Skip to content

Commit ae99357

Browse files
github-actions[bot]CompatHelper JuliaMasonProtter
authored
CompatHelper: bump compat for GPUCompiler to 0.25, (keep existing compat) (#147)
* CompatHelper: bump compat for GPUCompiler to 0.25, (keep existing compat) * trigger CI --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Mason Protter <[email protected]>
1 parent b66e191 commit ae99357

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.21, 0.22, 0.23, 0.24"
20+
GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25"
2121
LLVM = "6"
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
@@ -98,6 +98,7 @@ Hello, world!
9898
function compile_executable(f::Function, types=(), path::String="./", name=fix_name(f);
9999
also_expose=Tuple{Function, Tuple{DataType}}[],
100100
kwargs...)
101+
101102
compile_executable(vcat([(f, types)], also_expose), path, name; kwargs...)
102103
end
103104

0 commit comments

Comments
 (0)