kyrollosyanny
kyrollosyanny
**Describe the bug** Would it be possible to support float64 types. For some numerical simulations, having float64 is important for the accuracy of the simulation. The goal is to use...
Hello, I am very excited that MLX currently supports `mx.float64` on CPU. I know that Metal does not support float64. However, I believe it can be added with software emulation....
**Describe the bug** In numpy, ```np.repeat``` can accept both int and array type for the repetition. The main use case for passing an array is if each element in the...
**Describe the feature** ```mlx.pad``` currently only has two modes ```edge``` and ```constant```, it would be great to add other modes like ```symmetric``` and ```reflect``` **Expected behavior** Something similar to PyTorch...