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.
12 lines
248 B
CMake
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
|
|
)
|