Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

[DO NOT MERGE] feat: generate cpu kernels using KA #136

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .buildkite/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'

julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand All @@ -38,10 +39,12 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'

julia --project=benchmarks -e 'println("--- :julia: Add AMDGPU to benchmarks environment")
using Pkg
Pkg.instantiate()
Pkg.add("AMDGPU")'

julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand All @@ -62,10 +65,12 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'

julia --project=benchmarks -e 'println("--- :julia: Add CUDA to benchmarks environment")
using Pkg
Pkg.instantiate()
Pkg.add("LuxCUDA")'

julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand All @@ -88,10 +93,12 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'

julia --project=benchmarks -e 'println("--- :julia: Add Metal to benchmarks environment")
using Pkg
Pkg.instantiate()
Pkg.add("Metal")'

julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand All @@ -114,10 +121,12 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'

julia --project=benchmarks -e 'println("--- :julia: Add oneAPI to benchmarks environment")
using Pkg
Pkg.instantiate()
Pkg.add("oneAPI")'

julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand Down
Loading
Loading