MCPcopy Create free account
hub / github.com/ml-explore/mlx / new_stream

Function new_stream

mlx/backend/no_gpu/eval.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10void init() {}
11
12void new_stream(Stream) {
13 throw std::invalid_argument(
14 "[new_stream] Cannot make gpu stream without gpu backend.");
15}
16
17void eval(array&) {
18 throw std::runtime_error("[gpu::eval] GPU backend is not available");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected