Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HazyResearch/HipKittens
/ nbytes
Method
nbytes
distributed-kernels/iris_py.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
size_t nbytes() const {
41
return numel() * dtype_size;
42
}
43
};
44
45
// Iris instance wrapper for Python
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected