Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_blck_size
Function
ggml_blck_size
ggml.c:1985–1987 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1983
}
1984
1985
int ggml_blck_size(enum ggml_type type) {
1986
return type_traits[type].blck_size;
1987
}
1988
1989
size_t ggml_type_size(enum ggml_type type) {
1990
return type_traits[type].type_size;
Callers
15
ggml_nbytes
Function · 0.70
ggml_nbytes_split
Function · 0.70
ggml_is_contiguous
Function · 0.70
ggml_new_tensor_impl
Function · 0.70
ggml_flash_attn_back
Function · 0.70
ggml_compute_forward_dup_f16
Function · 0.70
ggml_compute_forward_dup_f32
Function · 0.70
ggml_compute_forward_mul_mat
Function · 0.70
ggml_compute_forward_flash_attn_back_f32
Function · 0.70
ggml_compute_forward_mul_mat_sparse_head
Function · 0.70
ggml_compute_forward_mul_mat_sparse
Function · 0.70
ggml_compute_forward_mul_mat_axpy
Function · 0.70
Calls
no outgoing calls
Tested by
1
main
Function · 0.40