You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the main culprit is SparseArrays. I can get rid of it except for DenseSparsityDetector.
julia> @time_imports using DifferentiationInterface
2.6 ms ADTypes
0.5 ms Compat
0.2 ms Compat → CompatLinearAlgebraExt
┌ 0.0 ms DocStringExtensions.__init__()
29.7 ms DocStringExtensions 95.35% compilation time
40.9 ms FillArrays
0.2 ms PackageExtensionCompat
┌ 0.7 ms SuiteSparse_jll.__init__()
0.9 ms SuiteSparse_jll
┌ 7.5 ms SparseArrays.CHOLMOD.__init__() 96.44% compilation time
302.8 ms SparseArrays 2.39% compilation time
2.9 ms FillArrays → FillArraysSparseArraysExt
27.3 ms DataStructures
1.2 ms SparseMatrixColorings
┌ 0.0 ms DifferentiationInterface.__init__()
3.5 ms DifferentiationInterface
The text was updated successfully, but these errors were encountered:
At the moment the main culprit is SparseArrays. I can get rid of it except for
DenseSparsityDetector
.The text was updated successfully, but these errors were encountered: