Light
Light
I am try to build g2o but got a lot errors: [ 3%] Building CXX object CMakeFiles/g2o.dir/g2o/types/types_sba.cpp.o /tmp/cclpHcpF.s: Assembler messages: /tmp/cclpHcpF.s:1511: Error: no such instruction: `vfmadd312sd 16(%rax),%xmm1,%xmm8' /tmp/cclpHcpF.s:1512: Error: no...
I'm trying to implement a virtual HMD, I've inherited both IVRDisplayComponent and IVRVirtualDisplay, but no matter what I try, I always get a black texture from Present. I am referencing...
See this [discussion](https://github.com/ml-explore/mlx/discussions/2115#discussioncomment-12940342) about multiple optimizers. I found that MultiOptimizer is already supported in MLX Python but not in Swift. Is it possible to support it for Swift?