Skip to content

Commit

Permalink
Adapt to CUDA.jl profile changes
Browse files Browse the repository at this point in the history
ref JuliaGPU/CUDA.jl#2139

Probably should add methods to CUDA.jl to access the kernel times
instead of grabbing them directly from the dataframe.
  • Loading branch information
thomasfaingnaert committed Nov 3, 2023
1 parent 41466e4 commit 21ca543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ for cf in get_configs()
run_gemm(cf, a, b, c, d)

# benchmark
profile_results = CUDA.@profiled begin
profile_results = CUDA.@profile begin
for sample in 1:NUM_SAMPLES
run_gemm(cf, a, b, c, d)
end
Expand Down

0 comments on commit 21ca543

Please sign in to comment.