[all-commits] [llvm/llvm-project] d27b39: [libomptarget][amdgcn] Implement missing symbols i...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Mon Oct 19 16:24:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d27b39ce11629f8742a487f9d1d2a343756d0da7
https://github.com/llvm/llvm-project/commit/d27b39ce11629f8742a487f9d1d2a343756d0da7
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.hip
Log Message:
-----------
[libomptarget][amdgcn] Implement missing symbols in deviceRTL
[libomptarget][amdgcn] Implement missing symbols in deviceRTL
Malloc, wtime are stubs. Malloc needs a hostrpc implementation which is
a work in progress, wtime needs some experimentation to find out the
multiplier to get a time in seconds as documentation is scarce.
Reviewed By: ronlieb
Differential Revision: https://reviews.llvm.org/D89725
More information about the All-commits
mailing list