Valentin Churavy
Valentin Churavy
`markdown-preview-plus` supports relative bibliography files for pandoc. Maybe ac-bibtex could pick up the file setting that they are using?
Can you show the full result with `@benchmark`?
So the only thing that comes to mind is that `lmul!` will modify `u`. So it might actually hit different code paths since you did do `lmul!` ~2k times?
BenchmarkTools takes has a time limit of about 5s and a upper number of samples it will take. https://juliaci.github.io/BenchmarkTools.jl/stable/manual/#Benchmark-Parameters
What is the output of `Pkg.build("MXNet")`?
Can you post the output of `Pkg.build("MXNet")`? On Fri, 28 Jul 2017, 15:12 Michael Wallace Louwrens, < [email protected]> wrote: > ERROR: LoadError: LoadError: Cannot find or load libmxnet.so. Please see...
Is this still an issue?
Printf is in the sysimg for 1.9 I think, not for 1.11
using Cthulhu with remarks, and effects on. ### Check-bounds=0 ``` ∘ ─ %0 = invoke StaticArray(::Int64)::Any (!c,!e,!n,!t,!s,!m,+i)′ 1 ─ nothing::Core.Const(nothing) │ @ /home/vchuravy/.julia/packages/StaticArrays/4uslg/src/convert.jl:160 within `StaticArray` │ %2 = $(Expr(:static_parameter, 1))::Core.Const(SVector)...
The failure comes from: ``` @code_warntype StaticArrays.adapt_size(SVector,StaticArrays.Args((1,))) ``` ## Check-bounds=0 ``` 9 ┄─ %63 = Base.typeintersect::Core.Const(typeintersect) (+c,+e,+n,+t,+s,+m,+i) │ %64 = $(Expr(:static_parameter, 1))::Core.Const(SVector) (+c,+e,+n,+t,+s,+m,+i) │ %65 = StaticArrays.StaticArrayNoEltype::Core.Const(StaticArray{S, T, N} where...