10
10
11
11
println("--- :julia: Instantiating project")
12
12
Pkg.develop(; path=pwd())
13
- Pkg.add(; url="https://github.com/leios /CUDA.jl/", rev="GtK_trans ")
13
+ Pkg.add(; url="https://github.com/JuliaGPU /CUDA.jl/", rev="tb/gpuarrays_kernelabstractions ")
14
14
15
15
println("+++ :julia: Running tests")
16
16
Pkg.test("CUDA"; coverage=true)'
@@ -31,13 +31,11 @@ steps:
31
31
32
32
println("--- :julia: Instantiating project")
33
33
Pkg.develop(; path=pwd())
34
- Pkg.add(; url="https://github.com/leios /oneAPI.jl/", rev="GtK_transition ")
34
+ Pkg.add(; url="https://github.com/JuliaGPU /oneAPI.jl/", rev="tb/gpuarrays_kernelabstractions ")
35
35
36
36
println("+++ :julia: Building support library")
37
- filename = Base.find_package("oneAPI")
38
- filename = filename[1:findfirst("oneAPI.jl", filename)[1]-1]
39
- filename *= "../deps/build_ci.jl"
40
- include(filename)
37
+ oneapi = dirname(dirname(Base.find_package("oneAPI")))
38
+ include(joinpath(oneapi, "deps", "build_ci.jl"))
41
39
Pkg.activate()
42
40
43
41
println("+++ :julia: Running tests")
59
57
60
58
println("--- :julia: Instantiating project")
61
59
Pkg.develop(; path=pwd())
62
- Pkg.add(; url="https://github.com/leios /Metal.jl/", rev="GtK_transition ")
60
+ Pkg.add(; url="https://github.com/JuliaGPU /Metal.jl/", rev="tb/gpuarrays_kernelabstractions ")
63
61
64
62
println("+++ :julia: Running tests")
65
63
Pkg.test("Metal"; coverage=true)'
0 commit comments