Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Jun 21, 2023
1 parent da03513 commit 1187805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fields/mapreduce_cuda.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function LinearAlgebra.norm(
)
if p == 2
# currently only one which supports structured types
# TODO: perform map without allocation new field
if normalize
sqrt.(Statistics.mean(LinearAlgebra.norm_sqr.(field)))
else
Expand Down

0 comments on commit 1187805

Please sign in to comment.