benchmarking: minor improvements to interpreter
Some checks are pending
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Waiting to run

This commit is contained in:
Daniel
2025-05-20 14:42:52 +02:00
parent 250deb334c
commit 2701f1aa38
2 changed files with 6 additions and 7 deletions

View File

@ -29,10 +29,10 @@ expr_reps = 1
@testset "Interpreter Tuning" begin
# CUDA.@profile interpret_gpu(exprs, X, parameters; repetitions=expr_reps)
CUDA.@profile interpret_gpu(exprs, X, parameters; repetitions=expr_reps)
end
@testset "Transpiler Tuning" begin
CUDA.@profile evaluate_gpu(exprs, X, parameters; repetitions=expr_reps)
# CUDA.@profile evaluate_gpu(exprs, X, parameters; repetitions=expr_reps)
end