Updated the DevContainer setup of the repository to use a new AlmaLinux 9 based image, which would have recent CUDA, HIP and oneAPI versions.
Greatly simplifying its setup along the way, with the help of the ms-vscode.cmake-tools plugin, which takes care of pretty much all of the integration between CMake and VSCode for the project.
Note that in this setup, all the "language specific" code is correctly parsed by IntelliSense as well. :smile:
(You decide whose documentation is best. :stuck_out_tongue:)
I have to admit, one reason why I'm making this update is that I intend to try how far I can get with developing the project's code on my iPad through GitHub Codespaces. :laughing:
Updated the DevContainer setup of the repository to use a new AlmaLinux 9 based image, which would have recent CUDA, HIP and oneAPI versions.
Greatly simplifying its setup along the way, with the help of the ms-vscode.cmake-tools plugin, which takes care of pretty much all of the integration between CMake and VSCode for the project.
Note that in this setup, all the "language specific" code is correctly parsed by IntelliSense as well. :smile:
(You decide whose documentation is best. :stuck_out_tongue:)