Jerry Ling
Jerry Ling
we don't have PR documentation preview because this is PR is from a fork repo, but looks like documentation compiled just fine -- what did you try and failed?
after fixing that, on Apple M4, I get: ``` julia +1.12 --project instrumented-jetreco.jl --algorithm=AntiKt -R 0.4 ../test/data/events.pp13TeV.hepmc3.gz -m 32 # main Processed 100 events 32 times Average time per event...
>AMD Ryzen 7 5700G yeah ok so we use the SIMD.jl for x86 and this PR for ARM?
what happened to CI lol...
https://github.com/JuliaLang/julia/pull/58418 I will test against this PR later
``` julia #58418 on M4 Processed 100 events 32 times Average time per event 151.89809874999995 ± 5.095528318872066 μs Lowest time per event 143.37917 μs ``` so this is same as...
>So the performance loss with 1.12 is more significant and we should report that. I can't think of anything specific that would cuase this. In fact, I think the micro...
https://github.com/JuliaSIMD/LoopVectorization.jl/blob/945c2f7b92df094cafe91ec29d56ee2fc29c5726/README.md?plain=1#L17-L19 let's see of this pan out?
>as it requires separate compilation for each array size this is correct
https://github.com/JuliaCollections/DataStructures.jl/pull/873 looks a bit shaky