Google Git
Sign in
android / platform / external / pytorch / c75bc9067c / . / aten / src / TH
tree: 5b400dc0f79a9fbea6b9b318f9f137f5c07739e4 [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. THMemoryFile.cpp
  42. THMemoryFile.h
  43. THSize.cpp
  44. THSize.h
  45. THStorage.h
  46. THStorageFunctions.cpp
  47. THStorageFunctions.h
  48. THStorageFunctions.hpp
  49. THTensor.cpp
  50. THTensor.h
  51. THTensor.hpp
  52. THTensorApply.h
  53. THTensorConv.cpp
  54. THTensorDimApply.h
  55. THTensorEvenMoreMath.cpp
  56. THTensorFill.cpp
  57. THTensorLapack.cpp
  58. THTensorMath.cpp
  59. THTensorMoreMath.cpp
  60. THTensorRandom.cpp
  61. THVector.cpp
  62. 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