From 3a4d91fafaa9be6cdd24a3c688ecb338d11d3f07 Mon Sep 17 00:00:00 2001 From: BoarQing Date: Tue, 22 Aug 2023 12:08:14 -0500 Subject: [PATCH] [VitisAI] fix doc after the support of Visual Studio 2019 is removed. (#17250) ### Description Update 2019 to 2022 ### Motivation and Context It is required because Visual Studio is no longer a valid cmake generator for onnxruntime. Co-authored-by: Yueqing Zhang --- docs/execution-providers/Vitis-AI-ExecutionProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/execution-providers/Vitis-AI-ExecutionProvider.md b/docs/execution-providers/Vitis-AI-ExecutionProvider.md index 28b2a95fb7..dfe3b2831e 100644 --- a/docs/execution-providers/Vitis-AI-ExecutionProvider.md +++ b/docs/execution-providers/Vitis-AI-ExecutionProvider.md @@ -75,7 +75,7 @@ Both C++ and Python APIs are supported. The following instructions assume that **1. Verify Pre-requisites:** -- Visual Studio = 2019 +- Visual Studio = 2022 - cmake (version >= 3.26) - python (version >= 3.9) (Python 3.9.13 64bit recommended) - AMD IPU driver >= 10.105.5.38 installed