From a85e1e739efdf06a3cc2a587364dc49e16d6f032 Mon Sep 17 00:00:00 2001 From: Patrice Vignola Date: Fri, 3 May 2024 21:36:19 -0700 Subject: [PATCH 1/5] Fix DML crash --- src/config.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.cpp b/src/config.cpp index 7dc3133ec..46411e952 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -358,6 +358,8 @@ bool IsCudaGraphEnabled(Config::SessionOptions& session_options) { return value.second == "1"; } } + } else if (provider_options.name == "dml") { + return true; } } return false; From 290519978ee433e021205bf22b46f2f1140eb411 Mon Sep 17 00:00:00 2001 From: Patrice Vignola Date: Fri, 3 May 2024 21:37:52 -0700 Subject: [PATCH 2/5] Update release versions --- .pipelines/stages/jobs/steps/nuget-win-step.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/stages/jobs/steps/nuget-win-step.yml b/.pipelines/stages/jobs/steps/nuget-win-step.yml index aae44d69a..72b9211f2 100644 --- a/.pipelines/stages/jobs/steps/nuget-win-step.yml +++ b/.pipelines/stages/jobs/steps/nuget-win-step.yml @@ -16,7 +16,7 @@ steps: DisplayName: 'ESRP - Sign C# dlls' Pattern: '*OnnxRuntimeGenAI*.dll' - powershell: | - $VERSION = '0.2.0-rc5' + $VERSION = '0.2.0-rc6' nuget.exe pack Microsoft.ML.OnnxRuntimeGenAI.nuspec ` -Prop version=$VERSION ` -Prop genai_nuget_ext=$(genai_nuget_ext) ` From f809e5a45cfca7d9d2d25eeda9baf002b69b0d45 Mon Sep 17 00:00:00 2001 From: Patrice Vignola Date: Fri, 3 May 2024 21:43:48 -0700 Subject: [PATCH 3/5] Update VERSION_INFO --- VERSION_INFO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION_INFO b/VERSION_INFO index 47035a2ca..3f9bb05bc 100644 --- a/VERSION_INFO +++ b/VERSION_INFO @@ -1 +1 @@ -0.2.0rc5 \ No newline at end of file +0.2.0rc6 From e5616475ef1d62bc80526fc139aa0e9309f106da Mon Sep 17 00:00:00 2001 From: Patrice Vignola Date: Fri, 3 May 2024 21:47:08 -0700 Subject: [PATCH 4/5] Update VERSION_INFO From bbcf5c17c0b075004a2df399630df2f66231f0de Mon Sep 17 00:00:00 2001 From: Baiju Meswani Date: Fri, 3 May 2024 21:49:24 -0700 Subject: [PATCH 5/5] avoid newline --- VERSION_INFO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION_INFO b/VERSION_INFO index 3f9bb05bc..7b5b6b22c 100644 --- a/VERSION_INFO +++ b/VERSION_INFO @@ -1 +1 @@ -0.2.0rc6 +0.2.0rc6 \ No newline at end of file