We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561109b commit ee8036dCopy full SHA for ee8036d
src/device/runtime.jl
@@ -1,3 +1,6 @@
1
+# reset the runtime cache from global scope, so that any change triggers recompilation
2
+GPUCompiler.reset_runtime()
3
+
4
signal_exception() = return
5
6
malloc(sz) = C_NULL
test/Project.toml
@@ -19,4 +19,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
pocl_jll = "627d6b7a-bbe6-5189-83e7-98cc0a5aeadd"
20
21
[compat]
22
-pocl_jll = "6.0"
+pocl_jll = "7.0"
0 commit comments