[libc-commits] [libc] [libc] DRAFT: Add Generic and NVPTX Sin Benchmark (PR #99795)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Wed Jul 24 14:07:16 PDT 2024
================
@@ -141,9 +141,9 @@ void print_header() {
void Benchmark::run_benchmarks() {
uint64_t id = gpu::get_thread_id();
- if (id == 0)
+ if (id == 0) {
print_header();
-
+ }
----------------
jhuber6 wrote:
No brackets.
https://github.com/llvm/llvm-project/pull/99795
More information about the libc-commits
mailing list