Hello, I have been experimenting with ROCn and HIP on Windows 11.
I was in the process of creating a relatively simple kernel, some general computation on the 7900xt. But I couldn't get the kernel to launch for the life of me, I kept receiving
Exception thrown at 0x00007FF9CE8D8201 (amdhip64.dll) in WaterOptimisationsHIP.exe: 0xC0000005: Access violation reading location 0x0000000000000020.
I had assumed I did something wrong, so I was googling around - but couldn't find anything. I had tried searching for CUDA related problems, still to no avail.
It was then I decided to launch the MatrixTranspose1 project that came with the HIP SDK. I can't run it, I receive the error
Exception thrown at 0x00007FF9CE8D8201 (amdhip64.dll) in MatrixTranspose1.exe: 0xC0000005: Access violation reading location 0x0000000000000020.
With nowhere left to turn I came here, hoping one of the AMD gurus could help.
Windows 11 Pro 22H2
x64
cpu 7950X
gpu 7900XT
AMD-Software-PRO-Edition-23.Q3-Win10-Win11-For-HIP.exe <-- The SDK I downloaded
Thanks