Skip to content

Commit 134c9a7

Browse files
vchuravymaleadt
authored andcommitted
try precompile tools on all versions
1 parent 389a1f1 commit 134c9a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/precompile.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ precompile(Core.kwfunc(cudacall), (NamedTuple{(:threads, :blocks), Tuple{Int64,
1616
precompile(Core.kwfunc(launch), (NamedTuple{(:threads, :blocks), Tuple{Int64, Int64}},typeof(launch),CuFunction))
1717

1818
using PrecompileTools: @setup_workload, @compile_workload
19-
@static if VERSION >= v"1.11.0-DEV.1603"
2019
@setup_workload let
2120
@compile_workload begin
2221
target = PTXCompilerTarget(; cap=v"7.5")
@@ -27,4 +26,3 @@ using PrecompileTools: @setup_workload, @compile_workload
2726
GPUCompiler.code_native(devnull, job)
2827
end
2928
end
30-
end

0 commit comments

Comments
 (0)