You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running example KalAO, errors like follows appear :
milk-all > linalg.GramSchmidt .GPUdevice 99ts" TmodesDMn
long: 99
Command not found, or command with no effect
Checking milk modules, we can find, linalgebra is incomplete,we can only see part of modules,like
linalg.sgemm, which can be run correctly, but missing linalg.GramSchmidt and linalg.basisrotmatch
milk-all > m? linalgebra
name linalgebra
type 2
short name linalg
package milk
loadname milklinalgebra
sofilename /usr/local/milk-1.03.00/lib/libmilklinalgebra.so
version 1 3 0
date Oct 21 2024 05:30:06
info linear algebra
---- MODULE linalgebra COMMANDS ---------
linalg.MVMmextrmodes extract modes by MVM
linalg.PCAmatch find matching linear combination acro
linalg.Qexpand quadractic expansion of vector or mat
linalg.compSVD compute SVD
linalg.SVDmkU compute SVD U
linalg.SVDmkM reconstruct SVD M
linalg.sgemm matrix-matrix multiply
linalg.Mremap use modal mapping for linear transfor
milk-all > linalg.GramSchmidt
Command not found, or command with no effect
The text was updated successfully, but these errors were encountered:
milk-all > m? linalgebra
name linalgebra
type 2
short name linalg
package milk
loadname milklinalgebra
sofilename /usr/local/milk-1.03.00/lib/libmilklinalgebra.so
version 1 3 0
date Oct 22 2024 10:30:53
info linear algebra
---- MODULE linalgebra COMMANDS ---------
linalg.linalgebrainit init linalgebra
linalg.linalgebratest test CUDA comp
linalg.basisrotmatch rotate modal basis to fit modes
linalg.GramSchmidt Gram-Schmidt process
...
maybe you need to update/recompile/reinstall some stuff?
when running example KalAO, errors like follows appear :
milk-all > linalg.GramSchmidt .GPUdevice 99ts" TmodesDMn
long: 99
Command not found, or command with no effect
Checking milk modules, we can find, linalgebra is incomplete,we can only see part of modules,like
linalg.sgemm, which can be run correctly, but missing linalg.GramSchmidt and linalg.basisrotmatch
milk-all > m? linalgebra
name linalgebra
type 2
short name linalg
package milk
loadname milklinalgebra
sofilename /usr/local/milk-1.03.00/lib/libmilklinalgebra.so
version 1 3 0
date Oct 21 2024 05:30:06
info linear algebra
---- MODULE linalgebra COMMANDS ---------
linalg.MVMmextrmodes extract modes by MVM
linalg.PCAmatch find matching linear combination acro
linalg.Qexpand quadractic expansion of vector or mat
linalg.compSVD compute SVD
linalg.SVDmkU compute SVD U
linalg.SVDmkM reconstruct SVD M
linalg.sgemm matrix-matrix multiply
linalg.Mremap use modal mapping for linear transfor
milk-all > linalg.GramSchmidt
Command not found, or command with no effect
The text was updated successfully, but these errors were encountered: