cuda : fix warnings
This commit is contained in:
parent
d18b19c8fe
commit
0e6963da8f
1 changed files with 4 additions and 4 deletions
|
@ -146,10 +146,10 @@ struct bin_bcast_cuda {
|
|||
int64_t ne2 = cne[2];
|
||||
int64_t ne3 = cne[3];
|
||||
|
||||
int64_t ne00 = cne0[0];
|
||||
int64_t ne01 = cne0[1];
|
||||
int64_t ne02 = cne0[2];
|
||||
int64_t ne03 = cne0[3];
|
||||
int64_t ne00 = cne0[0]; GGML_UNUSED(ne00);
|
||||
int64_t ne01 = cne0[1]; GGML_UNUSED(ne01);
|
||||
int64_t ne02 = cne0[2]; GGML_UNUSED(ne02);
|
||||
int64_t ne03 = cne0[3]; GGML_UNUSED(ne03);
|
||||
|
||||
int64_t ne10 = cne1[0];
|
||||
int64_t ne11 = cne1[1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue