Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Luce-Org/lucebox-hub
/ cdiv
Function
cdiv
server/src/flashprefill.cpp:226–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
225
namespace {
226
inline int cdiv(int a, int b) { return (a + b - 1) / b; }
227
}
228
229
#if defined(DFLASH27B_HAVE_FLASHPREFILL) || defined(DFLASH27B_HAVE_SM80_FLASHPREFILL)
Callers
3
flash_prefill_forward_bf16
Function · 0.85
flash_prefill_forward_f16_volta
Function · 0.85
flash_prefill_forward_f16_pascal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected