File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ steps:
143143 Pkg.add(url="https://github.com/christiangnrd/AcceleratedKernels.jl", rev="ka0.10simple")'
144144 julia -e '
145145 using Pkg
146- Pkg.add(url="https://github.com/christiangnrd/AMDGPU.jl", rev="intrinsics ")
146+ Pkg.add(url="https://github.com/christiangnrd/AMDGPU.jl", rev="intrinsicsnew ")
147147 println("--- :julia: Instantiating project")
148148 Pkg.develop(; path=pwd())' || exit 3
149149
@@ -174,7 +174,7 @@ steps:
174174 command : |
175175 julia -e 'println("--- :julia: Developing OpenCL")
176176 using Pkg
177- Pkg.add(url="https://github.com/christiangnrd/OpenCL.jl", rev="intrinsics ")
177+ Pkg.add(url="https://github.com/christiangnrd/OpenCL.jl", rev="intrinsicsnew ")
178178 Pkg.develop(; name="SPIRVIntrinsics")'
179179 julia -e 'println("--- :julia: Instantiating project")
180180 using Pkg
You can’t perform that action at this time.
0 commit comments