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.h436 static bool GetGridLimits(int* x, int* y, int* z, GpuDeviceHandle device);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc825 if (!GpuDriver::GetGridLimits(&x, &y, &z, device_)) { in FillBlockDimLimit()
Drocm_driver.cc1204 /* 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.cc923 if (!GpuDriver::GetGridLimits(&x, &y, &z, device_)) { in FillBlockDimLimit()
Dcuda_driver.cc1444 /* static */ bool GpuDriver::GetGridLimits(int* x, int* y, int* z, in GetGridLimits() function in stream_executor::gpu::GpuDriver