mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 13:37:49 +07:00
f4fa88ab28
To quote Felix: "For testing KV with current user mode stack, please use amdgpu. I don't expect this to work with radeon and I'm not planning to spend any effort on making radeon work with a current user mode stack." Only compile tested, but should be straight forward. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
#
|
|
# Heterogenous system architecture configuration
|
|
#
|
|
|
|
config HSA_AMD
|
|
tristate "HSA kernel driver for AMD GPU devices"
|
|
depends on DRM_AMDGPU && AMD_IOMMU_V2 && X86_64
|
|
help
|
|
Enable this if you want to use HSA features on AMD GPU devices.
|