+1 It would be great if we can have a unified memory manager, and all memory
allocations and frees go through a global allocator.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/vm-vm-pooledallocator-memory-release-strategy/10865/4)
to respond.
You are receiving this because you enabl
This RFC proposes to rename `gpu` to `cuda`. Two main reasons for this renaming:
1. There are now more kinds of GPUs, e.g., AMD Radeon GPUs and Qualcomm Adreno
GPUs.
2. Mainstream frameworks like PyTorch clearly indicate CUDA device, e.g.,
PyTorch uses `torch.cuda` to support CUDA tensor types