Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
mini-examples
starpu_example_dgemm
Commits
a387a84e
Commit
a387a84e
authored
Nov 29, 2021
by
Antoine Jego
Browse files
typo
parent
81aa904b
Changes
1
Hide whitespace changes
Inline
Side-by-side
fstarpu_example_dgemm.f90
View file @
a387a84e
...
...
@@ -162,8 +162,8 @@ program fstarpu_example_dgemm
do
j
=
1
,
nb
do
l
=
1
,
kb
A_local
=
A
%
blocks
(
i
,
l
)
%
owner
==
comm_rank
B_local
=
B
%
blocks
(
i
,
l
)
%
owner
==
comm_rank
C_local
=
C
%
blocks
(
l
,
j
)
%
owner
==
comm_rank
B_local
=
B
%
blocks
(
l
,
j
)
%
owner
==
comm_rank
C_local
=
C
%
blocks
(
i
,
j
)
%
owner
==
comm_rank
if
(
(
.not.
super_prune
.or.
(
C_local
.or.
l
<=
q
.or.
l
<=
p
))
.and.
&
(
.not.
prune
.or.
(
A_local
.or.
B_local
.or.
C_local
)))
then
! if (comm_rank.eq.0) write(*,*) "GEMM", b_col,b_row,b_aisle
...
...
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