You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/05/12 23:23:40 UTC

[GitHub] [tvm] YuchenJin opened a new pull request #8032: Rename gpu to cuda, and bump dlpack to v0.5

YuchenJin opened a new pull request #8032:
URL: https://github.com/apache/tvm/pull/8032


   This PR implements the RFC: https://discuss.tvm.apache.org/t/rfc-rename-gpu-to-cuda/9928. The main purpose is to clearly distinguish between the general GPUs and CUDA-enabled GPUs by renaming `gpu` to `cuda` in the codebase.
   
   - [DLPack](https://github.com/dmlc/dlpack) has recently done such [renaming](https://github.com/dmlc/dlpack/issues/67), so this PR bumps dlpack to v0.5.
   - The API `tvm.gpu(0)` is changed to `tvm.cuda(0)`, but we keep the old `tvm.gpu()` API for another release cycle.
   
   @tqchen @junrushao1994 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen commented on pull request #8032: Rename gpu to cuda, and bump dlpack to v0.5

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #8032:
URL: https://github.com/apache/tvm/pull/8032#issuecomment-840552294


   Thanks @YuchenJin ! This is merged. It would be great if we can also send followup API changes(gpu =>cuda) in the language frontends. The ones i see so far are:
   
   - java
   - rust
   - typescript
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen merged pull request #8032: Rename gpu to cuda, and bump dlpack to v0.5

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #8032:
URL: https://github.com/apache/tvm/pull/8032


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org