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
Hi! I'm trying to port my quantum computing and tensor network code from PyTorch to MLX, but I find mlx.core.linalg.qr and mlx.core.linalg.svd do not support matrices of complex64. These two ops are very commonly used. Can you please add the support? Thanks!