HomeSort by relevance Sort by last modified time
    Searched refs:maxCudaThreadsPerMultiProcessor (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReductionCuda.h 563 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;
TensorDeviceCuda.h 284 EIGEN_STRONG_INLINE int maxCudaThreadsPerMultiProcessor() const {
TensorExecutor.h 255 device.maxCudaThreadsPerMultiProcessor() / block_size;
TensorConvolution.h     [all...]

Completed in 96 milliseconds