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/13 19:23:29 UTC

[GitHub] [tvm] YuchenJin opened a new pull request #8036: Rename gpu to cuda in java/rust/typescript

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


   This is a follow-up PR of https://github.com/apache/tvm/pull/8032, which implements the RFC of renaming `gpu` to `cuda` is https://discuss.tvm.apache.org/t/rfc-rename-gpu-to-cuda/9928 in different frontend language bindings, specifically:
   
   - In Java, `Device(“gpu”, 0)` -> `Device("cuda", 0)`
   - In Rust, `Device::gpu(0)` -> `Device::cuda(0)`
   - In Typescript, `gpu` -> `cuda` in `DeviceEnumToStr` and `DeviceStrToEnum`.
   
   
   


-- 
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 #8036: Rename gpu to cuda in java/rust/typescript

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


   


-- 
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