compile changes if stream changes (#1644)

This commit is contained in:
Awni Hannun
2024-12-03 14:37:44 -08:00
committed by GitHub
parent 9d40e521d7
commit e047fd977d
4 changed files with 24 additions and 14 deletions
-1
View File
@@ -48,7 +48,6 @@ void init_stream(nb::module_& m) {
R"pbdoc(
A stream for running operations on a given device.
)pbdoc")
.def(nb::init<int, Device>(), "index"_a, "device"_a)
.def_ro("device", &Stream::device)
.def(
"__repr__",