Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ DivUp
Function
DivUp
tensorflow/core/util/gpu_launch_config.h:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
namespace tensorflow {
108
109
inline int DivUp(int a, int b) { return (a + b - 1) / b; }
110
111
struct GpuLaunchConfig {
112
// Logical number of thread that works on the elements. If each logical
Callers
6
LaunchDepthwiseConv2dGPUSmall
Function · 0.85
TryLaunchDepthwiseConv2dBackpropFilterGPUSmall
Function · 0.85
GetGpuLaunchConfig
Function · 0.85
GetGpuLaunchConfigFixedBlockSize
Function · 0.85
GetGpu2DLaunchConfig
Function · 0.85
GetGpu3DLaunchConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected