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