Mentions légales du service

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

Minor change.

Comment out unused mutex in multiply_omp.
parent ea647bab
Branches
Tags
No related merge requests found
......@@ -353,7 +353,7 @@ Faust::MatDense<FPP,DEVICE> Faust::multiply_omp(const std::vector<Faust::MatGene
std::vector<Faust::MatGeneric<FPP, DEVICE> *> _data(data.size()+1);
Faust::MatSparse<FPP, DEVICE> * sM;
Faust::MatDense<FPP,DEVICE>* tmp; // (_data[end_id-1]);
std::mutex m;
// std::mutex m;
int i = 0;
for(auto ptr: data)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment