Home
last modified time | relevance | path

Searched refs:GetGridLimits (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h508 static bool GetGridLimits(int* x, int* y, int* z, GpuDeviceHandle device);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc759 if (!GpuDriver::GetGridLimits(&x, &y, &z, device)) { in FillBlockDimLimit()
Drocm_driver.cc1156 /* static */ bool GpuDriver::GetGridLimits(int* x, int* y, int* z, in GetGridLimits() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc854 if (!GpuDriver::GetGridLimits(&x, &y, &z, device)) { in FillBlockDimLimit()
Dcuda_driver.cc1451 /* static */ bool GpuDriver::GetGridLimits(int* x, int* y, int* z, in GetGridLimits() function in stream_executor::gpu::GpuDriver