← Back to context Comment by abirch 12 hours ago Vectorizing computations has been Matlabs secret sauce. 3 comments abirch Reply KeplerBoy 12 hours ago Does matlab these days do stuff like JIT operator fusing to avoid memory roundtrips and take advantage of FMAs? abirch 11 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 12 hours ago Julia does that too.
KeplerBoy 12 hours ago Does matlab these days do stuff like JIT operator fusing to avoid memory roundtrips and take advantage of FMAs? abirch 11 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 11 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.