Open DenisTensorWorks opened 1 year ago
The driver crash has been prevented and the fix will be publicly available in the upcoming G4ad Windows driver release for AWS.
Fantastic, thank you @rhutsAMD 🎉
I checked and the current driver on the AWS S3 bucket is still the same as in the original post. Is there any information anywhere on when the driver will be released ?
AWS drivers are not part of regular AMD driver update sequence. Please ask at AWS when they decide to update the driver.
Hi @rhutsAMD, would you be able to please check whether the fix was rolled out in the 31.0.21002.2017 version, as it appears to still not be working on that version. Many thanks for your help!
Describe the bug Crash on Windows Server 2022 on AWS with AMD Radeon Pro V520 MxGPU when calling "InitDX12" on a amf::AMFContext2Ptr context. This is observed in Unreal Engine as well as AMD AMF sample code. The simplest way to reproduce is to run the AMD AMF Sample project.
To Reproduce Steps to reproduce the behavior:
std::wstring capability = L"DX11";
tostd::wstring capability = L"DX12"
;Setup: AWS instance type: g4ad.xlarge OS: Microsoft Windows Server 2022 Datacenter OS version: 10.0.20348 Build 20348 GPU : AMD Radeon Pro V520 MxGPU Driver: 22.10.01.12-220930a-384126e-WHQLCert_ Driver source: From the ec2-amd-windows-drivers AWS bucket Driver Date: 09/30/2022 Driver version: 30.0.21001.12042
Note: if the project is run with D3D11 set, then "InitDX11" will not crash and the device capabilities will be printed.
Screenshot: