[all-commits] [llvm/llvm-project] f0e100: [amdgpu][openmp] Treat missing TIMESTAMP_FREQUENCY...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Wed Nov 1 15:43:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0e100a05acbe895a7a3e76b4713d2f740fe8463
https://github.com/llvm/llvm-project/commit/f0e100a05acbe895a7a3e76b4713d2f740fe8463
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M libc/utils/gpu/loader/amdgpu/Loader.cpp
M openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
Log Message:
-----------
[amdgpu][openmp] Treat missing TIMESTAMP_FREQUENCY as non-fatal (#70987)
If you build with dynamic_hsa, the symbol is known and compilation
succeeds. If you then run with a slightly older libhsa, this argument is
not recognised and an error returned. I'd rather the program runs with a
misleading omp wtime than refuses to run at all.
More information about the All-commits
mailing list