Add NO_GPU_MULTI(Eig) in cuda backend

This commit is contained in:
Cheng 2025-05-16 20:39:47 +09:00
parent 5e71f2f3ef
commit 992558dc49

View File

@ -140,6 +140,7 @@ NO_GPU(Tan)
NO_GPU(Tanh)
NO_GPU(Inverse)
NO_GPU(Cholesky)
NO_GPU_MULTI(Eig)
NO_GPU_MULTI(Eigh)
namespace fast {