Files
UnrealEngineUWP/Engine/Source/ThirdParty/DirectML/include/DirectMLConfig.h
christian regg 4672fb5094 [NNE] NNERuntimeORT upgrade ONNX Runtime to version 1.17.1 and its required dependency DirectML to version 1.13.1.
Problem:
For NPU support we require ONNX Runtime version >=1.17.1.

Solution:
Upgrade ONNX Runtime to version 1.17.1 and its dependencies.

Tests:
- Editor, Win64/Linux/Mac, Debug, all tests
- Game, Win64/Linux/Mac, Development, style-stransfer and all tests

#jira UE-207160
#rb florent.guinier, nico.ranieri

#tests see description above

[FYI] Jane.Haslam

[CL 36426899 by christian regg in 5.5 branch]
2024-09-19 07:38:11 -04:00

6 lines
219 B
C

#ifndef DIRECTML_INCLUDE_CONFIG_H_
#define DIRECTML_INCLUDE_CONFIG_H_
#define DIRECTML_SOURCE_VERSION "9b0890f4f9eec57893291720b3469ec059c83b31"
#define DIRECTML_PREVIEW_BUILD 0
#endif // DIRECTML_INCLUDE_CONFIG_H_