[all-commits] [llvm/llvm-project] 515bd1: [libc][Obvious] Fix timing on AMDGPU not being ini...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jul 5 14:08:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 515bd1c9b88189f4f48406e81448ccf4d263b268
https://github.com/llvm/llvm-project/commit/515bd1c9b88189f4f48406e81448ccf4d263b268
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M libc/test/UnitTest/LibcTest.cpp
Log Message:
-----------
[libc][Obvious] Fix timing on AMDGPU not being initialized
Summary:
Reviewer requested that this routine not be a macro, however that means
that it was not being intitialized as the static initializer was done
before the memcpy from the device. Fix this so we can get timing
information.
More information about the All-commits
mailing list