Aaron Siegel

Results 4 comments of Aaron Siegel

We are also seeing this with some of our Fp16 models. Our models run fine on RTX-20XX, RTX-30XX, and RTX-40XX, but they seem to fail on all AMD cards and...

This is still a genuine bug; I have worked around it by doing this during session configuration. `status = sOrtAPI->AddSessionConfigEntry(inOptions, kOrtSessionOptionsConfigDisableDmlGraphFusion, "1");` But this causes severe performance degradations, three times...

@thewh1teagle, I think we are seeing a different problem. I directly create the DirectML device using LoadLibraryEx, making sure to load the DirectML.dll (1.13.1) associated with the onnxruntime (1.17.1) and...

https://github.com/microsoft/onnxruntime/issues/20742