| 279 | } |
| 280 | #ifndef TENSORFLOW_USE_ROCM |
| 281 | inline 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. |
no test coverage detected