Julia Programming Language
Naive matrix multiplication is super slow in Julia 1.0?
General Usage
Performance
Elrod
August 17, 2018, 2:47am
11
As I pointed out
here
, Julia can do a really good job “producing C code” for matrix multiplication!
show post in topic
Related topics
Topic
Replies
Views
Activity
Question About Transposes and Matrix Multiplication Speed
Numerics
9
2175
August 22, 2018
Non-intuitive perf diff between `matrix * vector`, `matrix' * vector` and `copy(matrix') * vector`
Performance
blas
2
700
September 27, 2019
@inbounds: is the compiler now so smart that this is no longer necessary?
Performance
33
2964
July 16, 2018
Why mul! is so fast?
General Usage
question
,
linearalgebra
7
6919
November 26, 2019
Native Julia gemm implementation
Performance
16
3613
May 3, 2018