[cuda] NFC: rename cuda2 to cuda
hal/cudacleanup 🧹
This is the last step of refreshing the cuda HAL implementation.
Mostly done via the following command:
```sh
find runtime/ -type f -exec sed -i 's/CUDA2/CUDA/g' {} \;
find runtime/ -type f -exec sed -i 's/cuda2/cuda/g' {} \;
```
Related to https://github.com/openxla/iree/issues/13245
合并状态:未合并 关闭于 2024-01-27 2 条评论