Skip to content

siddharthachandra/pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment variables control the disabling of certain explicit SIMD optimizations.

TH_NO_AVX2=1 # disable AVX2 codepaths TH_NO_AVX=1 # disable AVX codepaths TH_NO_SSE=1 # disable SSE codepaths 

About

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 30.1%
  • C 24.2%
  • Cuda 23.4%
  • C++ 17.9%
  • CMake 3.9%
  • Makefile 0.1%
  • Other 0.4%