You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
6 lines
219 B
C
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_
|