Skip to content

Commit 9cf7226

Browse files
pwilkinggerganov
andauthored
Update tests/test-backend-ops.cpp
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
1 parent 19bbe62 commit 9cf7226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-backend-ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ static void init_tensor_causal(ggml_tensor * tensor, float min = -1.0f, float ma
182182

183183
GGML_TENSOR_LOCALS(int32_t, ne, tensor, ne);
184184

185-
std::vector<float> data_f32(ne0*ne1*ne2*ne3);
185+
std::vector<float> data_f32(ne0*ne1*ne2*ne3);
186186

187187
std::random_device rd;
188188
std::mt19937 gen(rd());

0 commit comments

Comments
 (0)