Google Git
Sign in
android / platform / external / pytorch / 00e752a46e / . / aten / src / TH
tree: 17c85f4a97267e7500b8e3d3d19e94ca5766049d [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. THConfig.cmake.in
  12. THDiskFile.cpp
  13. THDiskFile.h
  14. THFile.cpp
  15. THFile.h
  16. THFilePrivate.h
  17. THGeneral.cpp
  18. THGeneral.h.in
  19. THGenerateAllTypes.h
  20. THGenerateByteType.h
  21. THGenerateCharType.h
  22. THGenerateDoubleType.h
  23. THGenerateFloatType.h
  24. THGenerateFloatTypes.h
  25. THGenerateHalfType.h
  26. THGenerateIntType.h
  27. THGenerateIntTypes.h
  28. THGenerateLongType.h
  29. THGenerateShortType.h
  30. THGenerator.hpp
  31. THHalf.h
  32. THLapack.cpp
  33. THLapack.h
  34. THLogAdd.cpp
  35. THLogAdd.h
  36. THMath.h
  37. THMemoryFile.cpp
  38. THMemoryFile.h
  39. THRandom.cpp
  40. THRandom.h
  41. THSize.cpp
  42. THSize.h
  43. THStorage.h
  44. THStorageFunctions.cpp
  45. THStorageFunctions.h
  46. THStorageFunctions.hpp
  47. THTensor.cpp
  48. THTensor.h
  49. THTensor.hpp
  50. THTensorApply.h
  51. THTensorConv.cpp
  52. THTensorCopy.cpp
  53. THTensorDimApply.h
  54. THTensorEvenMoreMath.cpp
  55. THTensorLapack.cpp
  56. THTensorMath.cpp
  57. THTensorMoreMath.cpp
  58. THTensorRandom.cpp
  59. THVector.cpp
  60. 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