Google Git
Sign in
android / platform / external / pytorch / 13f53d0fea / . / aten / src / TH
tree: 36891f855c2503238e9359b00a06c8743b35c2bd [path history] [tgz]
  1. generic/
  2. vector/
  3. CMakeLists.txt
  4. README.md
  5. TH.h
  6. THAllocator.cpp
  7. THAllocator.h
  8. THBlas.cpp
  9. THBlas.h
  10. THBlasUtils.h
  11. THDiskFile.cpp
  12. THDiskFile.h
  13. THFile.cpp
  14. THFile.h
  15. THFilePrivate.h
  16. THGeneral.cpp
  17. THGeneral.h.in
  18. THGenerateAllTypes.h
  19. THGenerateBFloat16Type.h
  20. THGenerateBoolType.h
  21. THGenerateByteType.h
  22. THGenerateCharType.h
  23. THGenerateDoubleType.h
  24. THGenerateFloatType.h
  25. THGenerateFloatTypes.h
  26. THGenerateHalfType.h
  27. THGenerateIntType.h
  28. THGenerateIntTypes.h
  29. THGenerateLongType.h
  30. THGenerateQInt32Type.h
  31. THGenerateQInt8Type.h
  32. THGenerateQTypes.h
  33. THGenerateQUInt8Type.h
  34. THGenerateShortType.h
  35. THGenerator.hpp
  36. THHalf.h
  37. THLapack.cpp
  38. THLapack.h
  39. THLogAdd.cpp
  40. THLogAdd.h
  41. THMath.h
  42. THMemoryFile.cpp
  43. THMemoryFile.h
  44. THSize.cpp
  45. THSize.h
  46. THStorage.h
  47. THStorageFunctions.cpp
  48. THStorageFunctions.h
  49. THStorageFunctions.hpp
  50. THTensor.cpp
  51. THTensor.h
  52. THTensor.hpp
  53. THTensorApply.h
  54. THTensorConv.cpp
  55. THTensorDimApply.h
  56. THTensorEvenMoreMath.cpp
  57. THTensorFill.cpp
  58. THTensorLapack.cpp
  59. THTensorMath.cpp
  60. THTensorMoreMath.cpp
  61. THTensorRandom.cpp
  62. THVector.cpp
  63. 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