Unverified Commit 308bd6f5 authored by Kacper Pietkun's avatar Kacper Pietkun Committed by GitHub
Browse files

removed pragma omp for (#5334)

parent cf752077
......@@ -154,7 +154,6 @@ inline void SpMMCreateBlocks(
free(my_cur_col_id);
}
} else {
#pragma omp for
for (IdType m = 0; m < num_M_blocks; m++) {
const IdType M_start = m * M_block_size;
const IdType M_end = std::min((m + 1) * M_block_size, M);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment