Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ef1b5065 authored by hhakim's avatar hhakim
Browse files

Minor fix in test_matsparse_gpu_mod.cpp.in (free memory in test_clone()).

parent 9bae8277
Branches
Tags
No related merge requests found
......@@ -188,6 +188,7 @@ void test_clone()
diff_mat -= MatDense<double, Cpu>(cpu_sp_mat2);
assert(diff_mat.norm() < 1e-3);
delete cpu_sp_mat;
delete gpu_sp_mat2;
cout << "OK" << endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment