Skip to content

Commit ee8036d

Browse files
authored
Update PoCL to v7. (#309)
1 parent 561109b commit ee8036d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/device/runtime.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# reset the runtime cache from global scope, so that any change triggers recompilation
2+
GPUCompiler.reset_runtime()
3+
14
signal_exception() = return
25

36
malloc(sz) = C_NULL

test/Project.toml

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

2121
[compat]
22-
pocl_jll = "6.0"
22+
pocl_jll = "7.0"

0 commit comments

Comments
 (0)