Skip to content

On-Point-RND/Seminars-Cuda-and-Triton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seminars-Cuda-and-Triton

To run cuda kernels and use the Triton notebook, use the following image:

docker pull dmitryredkosk/bitsandbytes_transformer

To install cutlass, execute the following commands:

# Clone the Cutlass repository
git clone https://github.com/NVIDIA/cutlass.git

# Set the CUDA compiler path
export CUDACXX=/usr/local/cuda/bin/nvcc

# Navigate to the Cutlass directory and set up the build environment
cd cutlass
mkdir build
cd build
cmake .. -DCUTLASS_NVCC_ARCHS=75

About

Seminars-Cuda-and-Triton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •