ROCR-Runtime
ROCR-Runtime copied to clipboard
ROCm Platform Runtime: ROCr a HPC market enhanced HSA based runtime
This patch will support architectures and operating systems( centos or openEuler on aarch64 ) that use large page size, like 64KB, 2MB PAGE SEZE. I found a memory allocation error,...
I am trying to use the Rocprofiler library in a project, but if the header is included in multiple source files, the linker throws the following error: ``` multiple definition...
I have a kernel compiled through HIP with: hipcc --genco --amdgpu-target=gfx906 -save-temps $< -o $@ I inspected the resulting ISA and found: .kernarg_segment_size: 72 So I assembled the hsaco with:...
I am coming over from my earlier ticket because this problem happens after successful install of the `amdgpu-install` script from the newest 20.50 driver release. I am using the ROCr...
Hi, I assume this is typical as it seems the 3.10.x works but as we install everything from scratch, could you make available a 4.0.x branch to comply with the...
I am the maintainer of Julia's AMDGPU computing stack, and was recently upgrading our ROCR-Runtime wrapper package [HSARuntime.jl](https://github.com/jpsamaroo/HSARuntime.jl) to support builds of Julia that use LLVM >= 7. Those versions...
In light of the new direction AMD is taking in regards to OpenCL support for graphical use cases with https://github.com/RadeonOpenCompute/ROCm/commit/6fb55e6f459ca2bcddba6c9b7ac39345fa7a51b7 It's important for us to know how this affects ROCr?...
It should really be preferred to use ``` #include ``` over ``` #include ``` and it seems downstream packages such as HIP are simply not using the `hsa-runtime64::hsa-runtime64` target because...
https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/8ea15e12ee4760dc6ec394841a5de8e8b9e8c845/LICENSE.txt#L1 Some of the source files in the repo appear to be under MIT license (e.g. https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/master/src/image/addrlib/inc/addrinterface.h) which is currently not included in the LICENSE.txt.
### System information ``` ❯ inxi -GSC -xx System: Host: ernie Kernel: 5.7.7 x86_64 bits: 64 compiler: gcc v: 10.1.0 Desktop: N/A wm: kwin_x11 dm: SDDM Distro: Gentoo Base System...