benchmarking: added results for interpreter after first performance improvement
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-18 10:11:33 +02:00
parent a5518dd63e
commit e03f20006f
4 changed files with 5 additions and 3 deletions

View File

@ -9,6 +9,7 @@ include("Code.jl")
include("CpuInterpreter.jl")
end
using CUDA
using ..ExpressionProcessing
export interpret_gpu,interpret_cpu