HardwareAccelerator.cs
1 // Copyright (c) Microsoft Corporation 2 // The Microsoft Corporation licenses this file to you under the MIT license. 3 // See the LICENSE file in the project root for more information. 4 5 namespace LanguageModelProvider; 6 7 public enum HardwareAccelerator 8 { 9 CPU, 10 DML, 11 QNN, 12 WCRAPI, 13 OLLAMA, 14 OPENAI, 15 FOUNDRYLOCAL, 16 LEMONADE, 17 NPU, 18 GPU, 19 VitisAI, 20 OpenVINO, 21 NvTensorRT, 22 }