(self)
| 516 | return self.array.size |
| 517 | |
| 518 | def as_raw(self): |
| 519 | # numba by default always runs on the legacy default stream |
| 520 | numba.cuda.default_stream().synchronize() |
| 521 | return self.array |
| 522 | |
| 523 | |
| 524 | def loop(*args): |
nothing calls this directly
no outgoing calls
no test coverage detected