Vlad Sytchenko

Results 24 comments of Vlad Sytchenko

Hello there, CPU support was removed in May of 2018. You would need to download an AMD GPU driver no older than 18.10 I believe. You can probably find them...

ROCm support for APUs is not very clear. I'd suggest using the OpenCL driver that's available here https://www.amd.com/en/support.

We ship unified drivers (one binary for every gpu). Even if we don't officially support your APU, you still might be able to install the driver and have it work....

Thank you for bringing this issue up. We are currently testing this change internally. We are also planning to remove the bundled OpenCL ICD from the tree. I cannot give...

Thank you for opening this issue. Due to issues with Mesa-GL, we needed to disable the CL-GL interop for the ROCm stack. The interop capability should still be enabled when...

Make sure you have the latest ROCm installation. gfx1030 support is enabled in the 5.1 branch (see https://github.com/ROCm-Developer-Tools/ROCclr/blob/rocm-5.1.x/device/device.cpp#L183).

As far as I'm aware, AMDs open source LLVM compiler doesn't produce metadata needed for the runtime to determine if the buffer passed to the kernel is read only, however...

@gandryey might have a better solution to your issue, but ultimately AMD's LLVM team would need to support OpenCL buffer attributes, which I do not think will happen. The closed...

> Thanks very much for the replies. Do you happen to know if this is something that affects HIP as well? I've been considering switching APIs to get better performance,...

Thanks for the report, we've reproduced the issue internally.