[Apache TVM Discuss] [Development] [VM] VM PooledAllocator memory release strategy

2021-08-23 Thread Yuchen Jin via Apache TVM Discuss
+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

[Apache TVM Discuss] [Development/RFC] [RFC] Rename gpu to cuda

2021-05-07 Thread Yuchen Jin via Apache TVM Discuss
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