Home
last modified time | relevance | path

Searched refs:cudaGetDeviceProperties (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcudart_stub.cc65 cudaError_t CUDART_CB cudaGetDeviceProperties(cudaDeviceProp* prop, in cudaGetDeviceProperties() function
/external/eigen/test/
Dcuda_common.h87 cudaGetDeviceProperties(&deviceProp, device); in ei_test_init_cuda()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dutils.cc84 cudaGetDeviceProperties(&properties, platform_gpu_id.value()); in GetLocalGPUInfo()
/external/tensorflow/tensorflow/tools/test/
Dgpu_info_lib.py144 rc = libcudart.cudaGetDeviceProperties(ct.byref(properties), i)
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceCuda.h70 status = cudaGetDeviceProperties(&m_deviceProperties[i], i); in initializeDeviceProp()
/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h248 cudaGetDeviceProperties(&deviceProp, dev); in GetCuda3DLaunchConfig()