We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f1da3 commit a688556Copy full SHA for a688556
src/Precompile.jl
@@ -1,9 +1,6 @@
1
using PrecompileTools: @setup_workload, @compile_workload
2
3
@setup_workload begin
4
- @static if haskey(ENV, "REACTANT_TEST_GROUP")
5
- return
6
- end
7
@compile_workload begin
8
initialize_dialect()
9
cpu = XLA.CPUClient()
0 commit comments