Skip to content

Commit 38bfec0

Browse files
committed
change GPUCompiler branch
1 parent 60c2dfd commit 38bfec0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
julia --project -e '
137137
using Pkg
138138
Pkg.develop(path="lib/intrinsics")
139-
Pkg.add(name="GPUCompiler", rev="sds/add_input_args")'
139+
Pkg.add(name="GPUCompiler", rev="tb/kernel_state_reference")'
140140
141141
- name: Test OpenCL.jl
142142
uses: julia-actions/julia-runtest@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SPIRV_Tools_jll = "6ac6d60f-d740-5983-97d7-a4482c0689f4"
2222
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2323

2424
[sources]
25-
GPUCompiler = {rev = "sds/add_input_args", url = "https://github.com/JuliaGPU/GPUCompiler.jl.git"}
25+
GPUCompiler = {rev = "tb/kernel_state_reference", url = "https://github.com/JuliaGPU/GPUCompiler.jl.git"}
2626
SPIRVIntrinsics = {path = "lib/intrinsics"}
2727

2828
[compat]

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2424
pocl_jll = "627d6b7a-bbe6-5189-83e7-98cc0a5aeadd"
2525

2626
[sources]
27-
GPUCompiler = {rev = "sds/add_input_args", url = "https://github.com/JuliaGPU/GPUCompiler.jl.git"}
27+
GPUCompiler = {rev = "tb/kernel_state_reference", url = "https://github.com/JuliaGPU/GPUCompiler.jl.git"}
2828

2929
[compat]
3030
pocl_jll = "7.0"

0 commit comments

Comments
 (0)