Skip to content

Commit

Permalink
CompatHelper: bump compat for GPUCompiler to 0.20, (keep existing com…
Browse files Browse the repository at this point in the history
…pat) (#130)

* CompatHelper: bump compat for GPUCompiler to 0.20, (keep existing compat)

* whitespace change to trigger CI

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Mason Protter <[email protected]>
  • Loading branch information
3 people authored May 25, 2023
1 parent 60ffc55 commit ef56050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ StaticTools = "86c06d3c-3f03-46de-9781-57580aa96d0a"

[compat]
CodeInfoTools = "0.3"
GPUCompiler = "0.19"
GPUCompiler = "0.19, 0.20"
LLVM = "5"
MacroTools = "0.5"
StaticTools = "0.8"
Expand Down
1 change: 1 addition & 0 deletions src/StaticCompiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ using LLD_jll: lld
using StaticTools
using StaticTools: @symbolcall, @c_str, println


export compile, load_function, compile_shlib, compile_executable, compile_wasm
export native_code_llvm, native_code_typed, native_llvm_module, native_code_native
export @device_override, @print_and_throw
Expand Down

0 comments on commit ef56050

Please sign in to comment.