MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetCuda2DLaunchConfig

Function GetCuda2DLaunchConfig

tensorflow/core/util/gpu_launch_config.h:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280#ifndef TENSORFLOW_USE_ROCM
281inline Cuda2DLaunchConfig GetCuda2DLaunchConfig(int xdim, int ydim,
282 const Eigen::GpuDevice& d) {
283 return GetGpu2DLaunchConfig(xdim, ydim, d);
284}
285#endif
286
287// Calculate the GPU 2D and 3D launch config we should use for a kernel launch.

Callers 1

ComputeMethod · 0.85

Calls 1

GetGpu2DLaunchConfigFunction · 0.85

Tested by

no test coverage detected