onnxruntime/cmake/patches
Tianlei Wu b3fc9b5a0e
[CUDA] upgrade cutlass to 3.5.0 (#20940)
### Description
Upgrade cutlass to 3.5 to fix build errors using CUDA 12.4 or 12.5 in
Windows
- [x] Upgrade cutlass to 3.5.0.
- [x] Fix flash attention build error with latest cutlass header files
and APIs. This fix is provided by @wangyems.
- [x] Update efficient attention to use new cutlass fmha interface.
- [x] Patch cutlass to fix `hrsqrt` not found error for sm < 53.
- [x] Disable TF32 Staged Accumulation to fix blkq4_fp16_gemm_sm80_test
build error for cuda 11.8 to 12.3.
- [x] Disable TRT 10 deprecate warnings. 

The following are not included in this PR:
* TRT provider replaces the deprecated APIs.
* Fix blkq4_fp16_gemm_sm80_test build error for cuda 12.4 or 12.5. This
test is not built by default unless you add `--cmake_extra_defines
onnxruntime_ENABLE_CUDA_EP_INTERNAL_TESTS=ON` in build command.

To integrate to rel-1.18.1: Either bring in other changes (like onnx
1.16.1), or generate manifest and upload a new ONNX Runtime Build Time
Deps artifact based on rel-1.18.1.

### Motivation and Context
https://github.com/microsoft/onnxruntime/issues/19891
https://github.com/microsoft/onnxruntime/issues/20924
https://github.com/microsoft/onnxruntime/issues/20953
2024-06-11 13:32:15 -07:00
..
abseil Make MS Debug engine SymInitialize() called as needed. (#20036) 2024-03-22 16:17:47 -07:00
composable_kernel [ROCm] Update ck for GemmFloat8 (#18487) 2023-11-23 12:06:19 +08:00
coremltools Add coremltools 7.1 as a dependency (#19389) 2024-02-03 09:42:21 +10:00
cpuinfo Add a build patch for Windows ARM64EC (#19898) 2024-03-14 08:50:42 -07:00
cutlass [CUDA] upgrade cutlass to 3.5.0 (#20940) 2024-06-11 13:32:15 -07:00
flatbuffers [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
gsl Remove the cmake option: onnxruntime_DEV_MODE (#13573) 2022-11-07 09:06:28 -08:00
neural_speed turn on neural_speed by default (#19627) 2024-03-20 12:49:58 -07:00
onnx Update to onnx 1.16.1 (#20702) 2024-06-04 11:06:28 -07:00
protobuf Revert a cmake change in protobuf_cmake.patch (#20964) 2024-06-10 11:20:33 -07:00
xnnpack Fix xnnpack compile error on arm32 (#18291) 2023-11-12 08:59:20 +10:00
.gitattributes