compile changes if stream changes (#1644)
This commit is contained in:
@@ -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__",
|
||||
|
||||
Reference in New Issue
Block a user