Skip to content

Commit

Permalink
don't precompile for Float32/ComplexF32
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Jul 20, 2023
1 parent 6caae30 commit 570da72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/precompile.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using PrecompileTools

@setup_workload begin
vs = ([1.0], Float32[1.0], ComplexF32[1.0], ComplexF64[1.0])
vs = ([1.0], ComplexF64[1.0])
Bs = Any[BandedMatrix(0 => v) for v in vs]
@compile_workload begin
for B in Bs, op in (+, -, *)
Expand Down

0 comments on commit 570da72

Please sign in to comment.