History log of /llvm-project/clang/tools/amdgpu-arch/AMDGPUArchByKFD.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5
# 55fad5e9 19-Nov-2024 Joseph Huber <huberjn@outlook.com>

[amdgpu-arch] Fix unused StringRef result


# 129a1a27 19-Nov-2024 Joseph Huber <huberjn@outlook.com>

[amdgpu-arch] Replace use of HSA with reading sysfs directly (#116651)

Summary:
For Linux systems, we currently use the HSA library to determine the
installed GPUs. However, this isn't really necess

[amdgpu-arch] Replace use of HSA with reading sysfs directly (#116651)

Summary:
For Linux systems, we currently use the HSA library to determine the
installed GPUs. However, this isn't really necessary and adds a
dependency on the HSA runtime as well as a lot of overhead. Instead,
this patch uses the `sysfs` interface exposed by `amdkfd` to do this
directly.

show more ...