A Look at Chapel, D, and Julia Using Kernel Matrix Calculations
1–3 of 3 posts
Re: A Look at Chapel, D, and Julia Using Kernel Matrix Calculations
#2I know there was an explicit mention that non-standard library packages were omitted due to fiddlyness in installation, but with Julia using the manifest system, providing reproducible setups should be easy, and for things like this, Chris Elrod's LoopVectorization.jl [1] should offer substantial speedups with some simple macro annotations.
Re: A Look at Chapel, D, and Julia Using Kernel Matrix Calculations
#3This was a nice writeup! I know there was an explicit mention that non-standard library packages were omitted due to fiddlyness in installation, but with Julia using the manifest system, providing reproducible setups should be easy, and for things like this, Chris Elrod's LoopVectorization.jl [1] should offer substantial speedups with some simple macro annotations. [1] https://github.com/chriselrod/LoopVectorization.…