Comment by abirch 11 hours ago Vectorizing computations has been Matlabs secret sauce. 3 comments abirch Reply KeplerBoy 11 hours ago Does matlab these days do stuff like JIT operator fusing to avoid memory roundtrips and take advantage of FMAs? abirch 10 hours ago Yes: https://www.mathworks.com/help/fixedpoint/ref/half.fma.htmlI'm grateful that Go a non-proprietary language offers these features. mastermage 11 hours ago Julia does that too.
KeplerBoy 11 hours ago Does matlab these days do stuff like JIT operator fusing to avoid memory roundtrips and take advantage of FMAs? abirch 10 hours ago Yes: https://www.mathworks.com/help/fixedpoint/ref/half.fma.htmlI'm grateful that Go a non-proprietary language offers these features.
abirch 10 hours ago Yes: https://www.mathworks.com/help/fixedpoint/ref/half.fma.htmlI'm grateful that Go a non-proprietary language offers these features.
Does matlab these days do stuff like JIT operator fusing to avoid memory roundtrips and take advantage of FMAs?
Yes: https://www.mathworks.com/help/fixedpoint/ref/half.fma.html
I'm grateful that Go a non-proprietary language offers these features.
Julia does that too.