8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@zcbenz
import mlx.core as mx a = mx.random.uniform(shape=(2 * 4096, 4 * 4096)) mx.eval(a)
Gives:
RuntimeError: kernel launch failed: invalid configuration argument
Seems related to the size, smaller sizes work.