This is my personal practice repo for the CUDA MODE course.
I use a docker container to run the code. You can use the following command to run the container:
# Build the container
docker build -t cuda-mode .
# Run the container
docker run --gpus all -v /home:/home --ipc=host -it -d --name cuda-mode-container cuda-mode