Skip to content

Commit

Permalink
Fix typo in aggregate.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 27, 2024
1 parent 3a04c23 commit a70ff2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/aggregate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const oneAPI_results = BenchmarkTools.load(oneAPI_filepath)[1]
@assert oneAPI_results isa BenchmarkTools.BenchmarkGroup

# Add other results to CPU results
for benchark in keys(CPU_results)
for benchmark in keys(CPU_results)
for sim_method in keys(CPU_results[benchmark])
CPU_results[benchmark][sim_method]["GPU"]["AMDGPU"] = AMD_results[benchmark][sim_method]["GPU"]["AMDGPU"]
CPU_results[benchmark][sim_method]["GPU"]["CUDA"] = CUDA_results[benchmark][sim_method]["GPU"]["CUDA"]
Expand Down

0 comments on commit a70ff2c

Please sign in to comment.