Home
last modified time | relevance | path

Searched refs:maxCudaThreadsPerMultiProcessor (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h563 device.maxCudaThreadsPerMultiProcessor() / block_size;
571 device.maxCudaThreadsPerMultiProcessor() / 1024;
609 device.maxCudaThreadsPerMultiProcessor() / block_size;
617 device.maxCudaThreadsPerMultiProcessor() / 1024;
722 device.maxCudaThreadsPerMultiProcessor() / block_size;
730 device.maxCudaThreadsPerMultiProcessor() / 1024;
DTensorDeviceCuda.h284 EIGEN_STRONG_INLINE int maxCudaThreadsPerMultiProcessor() const { in initializeDeviceProp() function
DTensorExecutor.h255 device.maxCudaThreadsPerMultiProcessor() / block_size;
DTensorConvolution.h856 … const int maxBlocksPerProcessor = m_device.maxCudaThreadsPerMultiProcessor() / maxThreadsPerBlock;