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
After Pkg.clone("https://github.com/KristofferC/ContMechTensors.jl")
julia>using ContMechTensors
julia> a =rand(Tensor{2,3});
julia> a + a;
julia>@code_llvm a + a
ERROR: could not compile the specified method
in_dump_function(::Core.MethodInstance, ::Bool, ::Bool, ::Bool, ::Bool, ::Symbol) at ./reflection.jl:519in_dump_function(::Any, ::Any, ::Bool, ::Bool, ::Bool, ::Bool, ::Symbol) at ./reflection.jl:506in code_llvm at ./reflection.jl:543 [inlined] (repeats 2 times)
incode_llvm(::Any, ::Any) at ./reflection.jl:545
Works on 0.5
The text was updated successfully, but these errors were encountered:
After
Pkg.clone("https://github.com/KristofferC/ContMechTensors.jl")
Works on 0.5
The text was updated successfully, but these errors were encountered: