Searched refs:enqueueNoNotification (Results 1 – 2 of 2) sorted by relevance
557 device_.enqueueNoNotification([=]() { kernel(m, n, k); });608 device_.enqueueNoNotification(610 device_.enqueueNoNotification(933 …this->m_device.enqueueNoNotification(&Self::packRhsAndKernel<packRKArg, RhsPacker, GebpKernel>, ar…
167 EIGEN_STRONG_INLINE void enqueueNoNotification(Function&& f, Args&&... args) const { in enqueueNoNotification() function