summaryrefslogtreecommitdiff
path: root/libc/benchmarks/gpu/LibcGpuBenchmarkMain.cpp
AgeCommit message (Collapse)Author
2024-08-11Revert "libc: Remove `extern "C"` from main declarations" (#102827)Schrodinger ZHU Yifan
Reverts llvm/llvm-project#102825
2024-08-11libc: Remove `extern "C"` from main declarations (#102825)David Blaikie
This is invalid in C++, and clang recently started warning on it as of #101853
2024-06-26[libc] NVPTX Profiling (#92009)jameshu15869
PR for adding microbenchmarking infrastructure for NVPTX. `nvlink` cannot perform LTO, so we cannot inline `libc` functions and this function call overhead is not adjusted for during microbenchmarking.