MCPcopy 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

107namespace tensorflow {
108
109inline int DivUp(int a, int b) { return (a + b - 1) / b; }
110
111struct GpuLaunchConfig {
112 // Logical number of thread that works on the elements. If each logical

Calls

no outgoing calls

Tested by

no test coverage detected