Skip to content

Commit

Permalink
Update src/precompile.jl
Browse files Browse the repository at this point in the history
test with CI

Co-authored-by: Sergio Sánchez Ramírez <[email protected]>
  • Loading branch information
glou-nes and mofeing authored Dec 14, 2024
1 parent 3161fd9 commit 1920def
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/precompile.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using PrecompileTools: @setup_workload, @compile_workload

@setup_workload begin
@static if haskey(ENV, "REACTANT_TEST_GROUP")
return
end
@info "enable precompilation" gethostname() Base.active_project()
@compile_workload begin
Reactant.__init__()
cpu = XLA.CPUClient()
Expand Down

0 comments on commit 1920def

Please sign in to comment.