onnxruntime/onnxruntime
Dmitri Smirnov 58521fb822
Make training CUDA kernels to adhere established code structure patterns (#10735)
Current training optimizer kernels include CPU headers
  that affects changes that we can make in the CPU code with C++14 compiler and
  other refactoring efforts. Rearrange the kernel according to the established patterns
  and do not include headers that are not needed.
2022-03-09 09:06:45 -08:00
..
contrib_ops Make training CUDA kernels to adhere established code structure patterns (#10735) 2022-03-09 09:06:45 -08:00
core Make training CUDA kernels to adhere established code structure patterns (#10735) 2022-03-09 09:06:45 -08:00
gsl
python Remove ORT_ENABLE_RUNTIME_OPTIMIZATION_IN_MINIMAL_BUILD. (#10778) 2022-03-08 16:18:49 -08:00
test Fix CPU, CUDA Selu activation logic (#10771) 2022-03-08 19:53:27 -08:00
tool/etw
wasm
.style.yapf
__init__.py Fix VLOG?_DEFAULT macros usability. (#10568) 2022-03-01 13:16:26 +10:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings