[libc][Obvious] Fix timing on AMDGPU not being initialized
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 5 Jul 2023 21:07:21 +0000 (16:07 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 5 Jul 2023 21:08:37 +0000 (16:08 -0500)
commit515bd1c9b88189f4f48406e81448ccf4d263b268
tree34647fbe956d65f828d3fc5079f7ba2b980a9549
parenta2b7297dff345e3fc4886c7e76a67d32ea2cd134
[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.
libc/test/UnitTest/LibcTest.cpp