Stavros Kassinos

Results 10 issues of Stavros Kassinos

I think the `mx.array` is not initializing arrays the way one would expect and does not raise an error when one references array elements that are out of bounds, which...

documentation
enhancement

It would be _really_ handy to have native MLX support for creating sparse diagonal matrices (which are memory efficient for large problems) on the fly and important for many engineering...

enhancement

I have implemented a simple solution of the 2D Heat Conduction Equation with 2 Neumann and 2 Dirichlet BCs. I have the code implemented both using PyTorch and the MLX...

I am trying to use mx.pad with the optional constant array containing the padding values to be inserted, but it seems that only the first element of the constant array...

enhancement

It would be awesome if linear algebra operations could be supported directly in MLX, for example the equivalent of PyTorch linalg.solve, which PyTorch currently supports only on CPU but not...

I have run into a situation where my code continues to run for some time while nan values start to appear in mx arrays. I want to catch this early...

I am trying to implement a spectral Poisson pressure solver in 2D using mx.fft and I am having a hard time. My first attempt was to avoid mixing NumPy and...

enhancement

I have been unable to get Manim_ml to properly install under Anaconda distribution. Any advise?

Hi Abraham, Is there a way to install the server on a Mac using Apple Silicon (M1 Max) to take advantage of the GPU directly and not use Rozetta emulation?...

I have now progressed from debugging the MPI communication to running an example of a distributed training of an MLP model on two machines. I have been monitoring the CPU...

performance