Chris Elrod

Results 837 comments of Chris Elrod

@thazhemadam The saved plot was not uploaded among the artifacts on buildkite. All I see is `CairoMakie.Screen{IMAGE}`. ```julia (N_x_i, ss_times[i, :], times[i, :]) = (960, [1172.1312520503998, 88.812344 07424927], [(50.97079300880432, 1.03e-5),...

> But in my limited experience, package dependency conflicts are even more of a problem in Julia than they are in Python, and that's saying something. FWIW, I tend to...

This is deprecated alongside LV.

https://github.com/JuliaSIMD/Polyester.jl/issues/36

I'll try and get it to at least 90%. I added a help wanted on the off chance there's anyone out there who for some reason enjoys writing unit tests.

Sounds like a deal. I don't recall what the coverage was exactly when you filed the issue, but apparently

PRs that fixes this would be welcome. You could look into using [Preferences](https://github.com/JuliaPackaging/Preferences.jl) in [CPUsummary](https://github.com/JuliaSIMD/CPUSummary.jl) and especially [HostCPUFeatures](https://github.com/JuliaSIMD/HostCPUFeatures.jl).

Help is always welcome, but not sure what anyone is willing/eager to do. Currently one 3/2 steps remain: removing the llvmcalls (unchecked), and finish updating packages for a few other...

I think it's a Hwloc bug, but I don't know if it's supposed to work. VectorizationBase 0.12 used [CpuId.jl](https://github.com/m-j-w/CpuId.jl) instead. Maybe I should use both, with CpuId serving as a...