Google Git
Sign in
android / platform / external / pytorch / 942f04ec16 / . / aten / src / TH
tree: c120432d350278918b950f01709f884c2db17ebf [path history] [tgz]
  1. cmake/
  2. generic/
  3. vector/
  4. CMakeLists.txt
  5. README.md
  6. TH.h
  7. THAllocator.c
  8. THAllocator.h
  9. THAtomic.c
  10. THAtomic.h
  11. THBlas.c
  12. THBlas.h
  13. THConfig.cmake.in
  14. THDiskFile.c
  15. THDiskFile.h
  16. THFile.c
  17. THFile.h
  18. THFilePrivate.h
  19. THGeneral.c
  20. THGeneral.h.in
  21. THGenerateAllTypes.h
  22. THGenerateByteType.h
  23. THGenerateCharType.h
  24. THGenerateDoubleType.h
  25. THGenerateFloatType.h
  26. THGenerateFloatTypes.h
  27. THGenerateHalfType.h
  28. THGenerateIntType.h
  29. THGenerateIntTypes.h
  30. THGenerateLongType.h
  31. THGenerateShortType.h
  32. THGenerator.h
  33. THHalf.c
  34. THHalf.h
  35. THLapack.cpp
  36. THLapack.h
  37. THLogAdd.c
  38. THLogAdd.h
  39. THMath.h
  40. THMemoryFile.c
  41. THMemoryFile.h
  42. THRandom.cpp
  43. THRandom.h
  44. THSize.c
  45. THSize.h
  46. THStorage.c
  47. THStorage.h
  48. THTensor.cpp
  49. THTensor.h
  50. THTensorApply.h
  51. THTensorDimApply.h
  52. THTensorMacros.h
  53. THVector.cpp
  54. THVector.h
aten/src/TH/README.md

Environment variables control the disabling of certain explicit SIMD optimizations.

x64 options:
TH_NO_AVX2=1 # disable AVX2 codepaths
TH_NO_AVX=1  # disable AVX codepaths
TH_NO_SSE=1  # disable SSE codepaths

ppc64le options:
TH_NO_VSX=1  # disable VSX codepaths
Powered by Gitiles| Privacy| Termstxt json