Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewkchan/deepseek.cpp
/ cdiv
Function
cdiv
src/model.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
using json = nlohmann::json;
17
18
int cdiv(int a, int b) {
19
return (a + b - 1) / b;
20
}
21
22
void Config::from_yalm(YALMData& yalm, int context) {
23
dim = std::stoi(yalm.metadata.at(
"dim"
).get<std::string>());
Callers
6
_matmul
Function · 0.85
matmul_expert
Function · 0.85
Block
Method · 0.85
BlockMHA
Method · 0.85
BlockMLA
Method · 0.85
Model
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected