Y
Hacker News
new
|
ask
|
show
|
jobs
by
gaius
3498 days ago
NumPy is FORTRAN under the covers, e.g. BLAS IIRC.
1 comments
greglindahl
3498 days ago
BLAS are generally implemented in assembly these days, although they do have Fortran interfaces.
link
gnufx
3497 days ago
The important kernels (particularly GEMM) are written in assembler, but you can see OpenBLAS, for instance, importing netlib LAPACK.
link