You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Problems: * We want to reach beta quality for ML inference in editor however current version of ORT was custom compiled to have cpu, dml and cuda support and is from ORT 1.13.1 witch is outdated. * OnnxRuntime require DirectMl for its Dml execution provider. The current version of DirectML shipped with the engine is 1.10.1. Solution: * Update NNERuntimeORT to use OnnxRuntime direct download of ORT with DirectML support at version 1.14.1, the latest version compatible with DirectML 1.10.1. Notes: As soon as we have validated/updated the newer version of DirectML aka (1.12.1) we can upgrade ORT to 1.16.0 Tests: Win64 editor: NNE Smoke tests + NNE all tests + Style transfer demo win64 standalone : Style transfer demo + NNE Smoke tests Compile non-unity #jira UE-196666, UE-195402 #rb nico.ranieri #rnx [CL 28371233 by florent guinier in ue5-main branch]