We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8d693 commit cb19826Copy full SHA for cb19826
1 file changed
mlx/array.cpp
@@ -134,6 +134,7 @@ bool array::is_available() const {
134
} else if (
135
status() == Status::evaluated &&
136
(!event().valid() || event().is_signaled())) {
137
+ detach_event();
138
set_status(Status::available);
139
return true;
140
}
0 commit comments