Skip to content

Commit

Permalink
Update src/device/asgard_glkronmult_bcpu.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Hahn <[email protected]>
  • Loading branch information
mkstoyanov and quantumsteve authored Jun 25, 2024
1 parent 60573b3 commit f347875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/asgard_glkronmult_bcpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ int64_t block_global_count_flops(
{
number_of_blocks_ = 0;

for (int t : terms)
for (int const t : terms)
{
// terms can have different effective dimension, since some of them are identity
permutes const &perm = perms[t];
Expand Down

0 comments on commit f347875

Please sign in to comment.