Hello all!
I’ve updated pytorch to v1.7
(from 1.6
) on my Ubuntu 20.04
previously, I had CUDA and CPU code that was linked to libtorch_cpu.so
that code uses THFloatBlas_gemm
function, but that symbol is missing in the latest version 1.7
I didn’t see any news about dropping the THFloatBlas_gemm
symbol in the release note.
- Is there any plans to revert back
THFloatBlas_gemm
? - Is there any kind of replacement for
THFloatBlas_gemm
?