Closed
Description
Describe the bug
The function mlx_update_matrix ignores its arguments
To Reproduce
Steps to reproduce the behavior:
- Call mlx_update_matrix with any parameter
- Don't see any difference
Expected behavior
I expect that the function would use its parameters. If the parameters should always be ignored, I expect the function to use local variables instead.
Additional context
This is an internal function, so nobody should call it and this bug doesn't matter if mlx42 still works as a whole. But I though it would be nice to let you know anyways, I find it very confusing.