GPU Driver #1764
-
Hello, I would like to ask about the drivers. Are the GPU drivers the same in APU mode and dGPU mode? Does gpu_compute_driver.hh correspond to the driver for each GPU? In src/dev/hsa/HSADriver.py, there is a mention of hsa_driver.hh, but there is no corresponding file in the folder. Will this affect HSA? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you are using SE mode, the code in src/gpu-compute/gpu_compute_driver.cc is used. It does not matter if you are simulating APU or dGPU. If you are using FS mode, the amdgpu driver in the Linux kernel is used. HSADriver code was combined wtih gpu_compute_driver 5 years ago but it looks like the file still exists. |
Beta Was this translation helpful? Give feedback.
If you are using SE mode, the code in src/gpu-compute/gpu_compute_driver.cc is used. It does not matter if you are simulating APU or dGPU.
If you are using FS mode, the amdgpu driver in the Linux kernel is used.
HSADriver code was combined wtih gpu_compute_driver 5 years ago but it looks like the file still exists.