Skip to content

kamalojasv181/CUDAMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA MODE

Introduction

This is my personal practice repo for the CUDA MODE course.

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published