File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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="intrinsics")'
112112 julia -e 'println("--- :julia: Instantiating project")
113113 using Pkg
114114 Pkg.develop(; path=pwd())' || exit 3
@@ -174,9 +174,9 @@ steps:
174174 command : |
175175 julia -e 'println("--- :julia: Developing OpenCL")
176176 using Pkg
177- Pkg.add(url="https://github.com/christiangnrd/CUDA .jl", rev="intrinsics")
177+ Pkg.add(url="https://github.com/christiangnrd/OpenCL .jl", rev="intrinsics")
178178 Pkg.develop(; name="SPIRVIntrinsics")'
179- sed -i 's/^KernelAbstractions = "0\.9.*"/KernelAbstractions = "0.10"/' \${JULIA_DEPOT_PATH}/dev/OpenCL/Project.toml
179+ sed -i 's/^KernelAbstractions = "0\.9.*"/KernelAbstractions = "0.9, 0. 10"/' \${JULIA_DEPOT_PATH}/dev/OpenCL/Project.toml
180180 julia -e 'println("--- :julia: Instantiating project")
181181 using Pkg
182182 Pkg.develop(; path=pwd())' || exit 3
You can’t perform that action at this time.
0 commit comments