We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c696f1e commit ea035b6Copy full SHA for ea035b6
.buildkite/pipeline.yml
@@ -108,7 +108,7 @@ steps:
108
command: |
109
julia -e 'println("--- :julia: Developing oneAPI")
110
using Pkg
111
- Pkg.add(url="https://github.com/christiangnrd/oneAPI.jl", rev="intrinsics")
+ Pkg.add(url="https://github.com/christiangnrd/oneAPI.jl", rev="intrinsicsnew")
112
Pkg.add(url="https://github.com/christiangnrd/AcceleratedKernels.jl", rev="ka0.10simple")'
113
julia -e 'println("--- :julia: Instantiating project")
114
0 commit comments