Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Oct 4, 2024
1 parent 66121e6 commit 7579820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const m = 512
const n = 1000

for (S, smname) in [(Metal.PrivateStorage,"private"), (Metal.SharedStorage,"shared")]
group = addgroup!(SUITE, "$smname array")
local group = addgroup!(SUITE, "$smname array")

# generate some arrays
cpu_mat = rand(rng, Float32, m, n)
Expand Down

0 comments on commit 7579820

Please sign in to comment.