Skip to content

Commit ef56050

Browse files
github-actions[bot]CompatHelper JuliaMasonProtter
authored
CompatHelper: bump compat for GPUCompiler to 0.20, (keep existing compat) (#130)
* CompatHelper: bump compat for GPUCompiler to 0.20, (keep existing compat) * whitespace change to trigger CI --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Mason Protter <mason.protter@icloud.com>
1 parent 60ffc55 commit ef56050

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ StaticTools = "86c06d3c-3f03-46de-9781-57580aa96d0a"
1717

1818
[compat]
1919
CodeInfoTools = "0.3"
20-
GPUCompiler = "0.19"
20+
GPUCompiler = "0.19, 0.20"
2121
LLVM = "5"
2222
MacroTools = "0.5"
2323
StaticTools = "0.8"

src/StaticCompiler.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ using LLD_jll: lld
1212
using StaticTools
1313
using StaticTools: @symbolcall, @c_str, println
1414

15+
1516
export compile, load_function, compile_shlib, compile_executable, compile_wasm
1617
export native_code_llvm, native_code_typed, native_llvm_module, native_code_native
1718
export @device_override, @print_and_throw

0 commit comments

Comments
 (0)