Files
clang-p2996/libc/benchmarks/gpu/timing/amdgpu/CMakeLists.txt
jameshu15869 9a070d6d0f [libc] [gpu] Add Generic, NvSin, and OcmlSinf64 Throughput Benchmark (#101917)
This PR implements
2a158426d4
to provide better throughput benchmarking for libc `sin()` and
`__nv_sin()`.

These changes have not been tested on AMDGPU yet, only compiled.
2024-08-08 15:05:34 -05:00

12 lines
248 B
CMake

add_header_library(
amdgpu_timing
HDRS
timing.h
DEPENDS
libc.src.__support.common
libc.src.__support.macros.config
libc.src.__support.macros.attributes
libc.src.__support.CPP.type_traits
libc.src.__support.CPP.array
)