onnxruntime/orttraining
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
..
orttraining Make training CUDA kernels to adhere established code structure patterns (#10735) 2022-03-09 09:06:45 -08:00
pytorch_frontend_examples
tools update the amd ci pipeline (#10723) 2022-03-07 18:39:42 +08:00