German Andryeyev
German Andryeyev
With wait_events.data() the generated CPU code is simpler and will be inline. hsa_amd_memory_async_copy/hsa_amd_memory_async_copy_rect() ignores the argument if size is 0. * @param[in] dep_signals List of signals that must be waited...
This is a compiler issue, not runtime. Could you report your problem here https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/issues ? It might help to get more attention.
> Is there any way around this at all, or is this a bug/wontfix? LC doesn't track read/write operations in the kernel. Hence runtime can't remove the barrier. Potentially you...
Make sure you have the latest ROCclr. Acl interfaces must be enabled only under WITH_COMPILER_LIB define and it's not a part of the ROCM build.
- RX580 supports devices enqueue and reports OCL2.0 support under Windows. RX580 supported the same functionality(OCL2.0) under Linux in the previous amdgpu-pro releases with PAL backend - Unfortunately only Gfx9...
There are some complications around Linux support, especially with the older generations. - Try "export GPU_ENABLE_PAL=1" - If that won't work, then try just PAL installation: amdgpu-pro-install --opencl=pal and then...
https://github.com/ROCm-Developer-Tools/ROCclr/blob/5cefcaf62893fcd86c8feed6bb1ebb84850fcd2f/utils/flags.hpp#L146
Hi @kotee4ko, The current workaround for this issue is going to be very slow and may cause other users undesirably enable slow execution path. Could you enable resizeable BAR in...
There is a warning: CMake Warning (dev) at CMakeLists.txt:26 (message): **ROCclr is being built as a standalone project. This isn't supported anymore.** You would need to build HIP/OCL runtime. ROCclr...