0004-Disable-ORT-Stream.patch (891B)
1 From acfded8ef5cabfdc868583b6c5e5b89dfff2b466 Mon Sep 17 00:00:00 2001 2 From: serge-sans-paille <sguelton@mozilla.com> 3 Date: Tue, 13 May 2025 12:16:53 +0200 4 Subject: [PATCH 4/5] Disable ORT Stream 5 6 --- 7 cmake/CMakeLists.txt | 2 +- 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 10 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt 11 index 98cb298af0..1022626b8d 100644 12 --- a/cmake/CMakeLists.txt 13 +++ b/cmake/CMakeLists.txt 14 @@ -1114,7 +1114,7 @@ function(onnxruntime_set_compile_flags target_name) 15 endif() 16 # Enable stream for all the non-minimal build 17 if (NOT onnxruntime_MINIMAL_BUILD) 18 - target_compile_definitions(${target_name} PRIVATE ORT_ENABLE_STREAM) 19 + #target_compile_definitions(${target_name} PRIVATE ORT_ENABLE_STREAM) 20 endif() 21 if (onnxruntime_REDUCED_OPS_BUILD) 22 target_compile_definitions(${target_name} PRIVATE REDUCED_OPS_BUILD) 23 -- 24 2.49.0