The GitHub Actions job "CI" on tvm-ffi.git/main has succeeded.
Run started by GitHub user junrushao (triggered by junrushao).

Head commit for run:
a7ebc65f14eecd1592d407f1d5c952c65603a9aa / wrongtest <[email protected]>
Allow `tvm_ffi.device(..., id)` where id is numpy or torch scalar (#347)

Similar to torch.device

```python
torch.device("cuda", 0)
torch.device("cuda", numpy.int32(1))
torch.device("cuda", torch.tensor(1, dtype=torch.int32))
```

```python
tvm_ffi.device("cuda", 0)
tvm_ffi.device("cuda", numpy.int32(1))
tvm_ffi.device("cuda", torch.tensor(1, dtype=torch.int32))
```

---------

Co-authored-by: baoxinqi <[email protected]>

Report URL: https://github.com/apache/tvm-ffi/actions/runs/20312909348

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to