Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
308bd6f5
Unverified
Commit
308bd6f5
authored
Mar 01, 2023
by
Kacper Pietkun
Committed by
GitHub
Mar 01, 2023
Browse files
removed pragma omp for (#5334)
parent
cf752077
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/array/cpu/spmm_blocking_libxsmm.h
src/array/cpu/spmm_blocking_libxsmm.h
+0
-1
No files found.
src/array/cpu/spmm_blocking_libxsmm.h
View file @
308bd6f5
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment