remove semicolon
Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
parent
191f11c010
commit
2534c587a9
1 changed files with 1 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -467,7 +467,7 @@ extern "C" {
|
|||
int n_dims;
|
||||
int64_t ne[GGML_MAX_DIMS]; // number of elements
|
||||
size_t nb[GGML_MAX_DIMS]; // stride in bytes:
|
||||
// nb[0] = ggml_type_size(type);
|
||||
// nb[0] = ggml_type_size(type)
|
||||
// nb[1] = nb[0] * (ne[0]/ggml_blck_size(type)) + padding
|
||||
// nb[i] = nb[i-1] * ne[i-1]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue