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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Include code snippet
importnumpyasnpimportmlx.coreasmxfromkeras.src.opsimportcoreindices=np.array([[1], [3], [4], [7]])
values=np.array([9, 10, 11, 12])
fromkeras.srcimportbackendbackend.backend()
# >>> 'mlx'x=core.scatter(indices, values, (8,))
x# libc++abi: terminating due to uncaught exception of type std::invalid_argument: [Scatter::eval_gpu] Does not support int64zsh: abortpython