diff --git a/example/19_binary_elementwise/elementwise_add_1d.cpp b/example/19_binary_elementwise/elementwise_add_1d.cpp index ea65ad7bb9..5a04d479b6 100644 --- a/example/19_binary_elementwise/elementwise_add_1d.cpp +++ b/example/19_binary_elementwise/elementwise_add_1d.cpp @@ -59,9 +59,7 @@ int main() }; Tensor a_m(f_host_tensor_descriptor1d(M, 1)); - Tensor b_m(f_host_tensor_descriptor1d(M, 1)); - Tensor c_m(f_host_tensor_descriptor1d(M, 1)); a_m.GenerateTensorValue(GeneratorTensor_3{0.0, 1.0});