.gitignore 73 B

12345678910
  1. # ---> CUDA
  2. *.i
  3. *.ii
  4. *.gpu
  5. *.ptx
  6. *.cubin
  7. *.fatbin
  8. /node_modules/
  9. /.idea/