Skip to content

Commit

Permalink
try fix oneAPI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Jan 9, 2025
1 parent 08832d5 commit d10aab2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ steps:
rocmgpu: "*"
env:
BENCHMARK_GROUP: AMDGPU
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12

- label: "oneAPI: Run Benchmarks"
key: "oneapi-benchmarks"
Expand All @@ -156,8 +156,8 @@ steps:
intel: "*"
env:
BENCHMARK_GROUP: oneAPI
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12

- label: "Metal: Run Benchmarks"
key: "metal-benchmarks"
Expand All @@ -180,8 +180,8 @@ steps:
arch: "aarch64"
env:
BENCHMARK_GROUP: Metal
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12
if: build.message !~ /\[skip benchmarks\]/
timeout_in_minutes: 12

- wait: ~ # Wait for all benchmarks to finish

Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ elseif "Metal" in TEST_BACKENDS
elseif "oneAPI" in TEST_BACKENDS
using oneAPI
oneAPI.versioninfo()
backend = oneBackend()
backend = oneAPI.oneBackend()
dev = oneArray
else
using KernelAbstractions: CPU
Expand Down

0 comments on commit d10aab2

Please sign in to comment.