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: [email protected]
