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

Function DivideCeil

tensorflow/stream_executor/device_description.cc:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145uint64 DivideCeil(uint64 x, uint64 y) {
146 return port::MathUtil::CeilOfRatio(x, y);
147}
148
149void CalculateDimensionality(const DeviceDescription &device_description,
150 int64 element_count, int64 *threads_per_block,

Callers

nothing calls this directly

Calls 1

CeilOfRatioFunction · 0.50

Tested by

no test coverage detected