ROCK-Kernel-Driver icon indicating copy to clipboard operation
ROCK-Kernel-Driver copied to clipboard

AMDGPU Driver with KFD used by the ROCm project. Also contains the current Linux Kernel that matches this base driver

Results 75 ROCK-Kernel-Driver issues
Sort by recently updated
recently updated
newest added

After I rebuild amdgpu.ko, how can I use the latest amdgpu.ko, I tried removing the old amdgpu module, but it keeps being used. ``` $sudo rmmod amdgpu rmmod: ERROR: Module...

Hello, I want to study the effect of ATS in computing performance. In drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c, I saw the following 3062 int amdgpu_vm_make_compute(struct amdgpu_device *adev, struct amdgpu_vm *vm) 3063 { 3064 bool...

The current expression used to extract CFLAGS from a conftest command fails to filter out options passed to subsequent commands when _conftest_cmd is a compound command. In the case where...

See also https://gcc.gnu.org/onlinedocs/gcc-5.1.0/cpp/Common-Predefined-Macros.html

filter-out first argument is the space separated list of patterns. Current implementation will remove any individual "-include" positional arguments which will make cmdline invalid. more details can be found in...

Testing on OpenSUSE 15.2 with the 5.3.18-lp152.57-default kernel, the rock-dkms package fails to compile due to: ``` /var/lib/dkms/amdgpu/4.0-23.el7/build/include/kcl/kcl_kthread.h:24:6: error: redefinition of ‘kthread_use_mm’ void kthread_use_mm(struct mm_struct *mm) ``` Updates the m4...

This fixes two dkms compilation errors described in issue #73. It does not resolve the issue with operating system detection related to #56, or the kernel panic on boot from...

DKMS module successfully builds on ZorinOS 15, but needs a slight modification.

I equipped AMD GPU MI200 on my Ampere Altra Arm server. To install the Mi200 GPU driver on the server, I downloaded the latest version of the ROCK-Kernel-Driver, and executed...