Skip to content

Commit ea035b6

Browse files
committed
Add oneAPI branch
1 parent c696f1e commit ea035b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ steps:
108108
command: |
109109
julia -e 'println("--- :julia: Developing oneAPI")
110110
using Pkg
111-
Pkg.add(url="https://github.com/christiangnrd/oneAPI.jl", rev="intrinsics")
111+
Pkg.add(url="https://github.com/christiangnrd/oneAPI.jl", rev="intrinsicsnew")
112112
Pkg.add(url="https://github.com/christiangnrd/AcceleratedKernels.jl", rev="ka0.10simple")'
113113
julia -e 'println("--- :julia: Instantiating project")
114114
using Pkg

0 commit comments

Comments
 (0)