(self)
| 123 | self.stream = stream |
| 124 | |
| 125 | def __cuda_stream__(self) -> tuple[str, int]: |
| 126 | return ("cuda", self.stream) |
| 127 | |
| 128 | stream = MyDummyStream(1) |
| 129 | echo = tvm_ffi.get_global_func("testing.echo") |
nothing calls this directly
no outgoing calls
no test coverage detected