Amin Ya
Amin Ya
I am planning to add a npm IDE which adds GUI and clickable buttons for running various operations. I think we can address installing the types in that package!
Is there a way to make Juno show StructArrays like Arrays? I need it for exploring data inside the workspace. This issue was meant for Juno mainly. I tried this...
> > > @aminya > Could you please give more info? > What maps app are you using? Google maps! I haven't tested this recently. Jan 17 was last time....
Numba for python has SVML. http://numba.pydata.org/numba-doc/latest/user/performance-tips.html?highlight=svml#intel-svml https://software.intel.com/en-us/articles/intel-optimized-packages-for-the-intel-distribution-for-python Are they doing anything special?
@chriselrod Yesterday, you were talking about vectorization in the compiler. Is that related to this issue?
So from what I understand, probably SVML should be implemented at a lower level. https://github.com/eschnett/SIMD.jl or https://github.com/KristofferC/SIMDIntrinsics.jl are good places to start. https://github.com/eschnett/SIMD.jl/issues/59#issuecomment-558852881
Maybe @KristofferC and @eschnett can help.
@chriselrod Thank you for this post! It is clarified that SVML is not a library! We can have a C or Julia (?) code and compile it using SVML or...
I found these two issues in Julia that are related: https://github.com/JuliaLang/julia/issues/8869 https://github.com/JuliaLang/julia/issues/21454 https://github.com/JuliaLang/julia/issues/15265
We can transfer the issue to a more suitable repository.