[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / libc / benchmarks / gpu / LibcGpuBenchmarkMain.cpp
blob97366e55194a90b3c0e215a6da673b5eeba89332
1 #include "LibcGpuBenchmark.h"
3 extern "C" int main(int argc, char **argv, char **envp) {
4 LIBC_NAMESPACE::benchmarks::Benchmark::run_benchmarks();
5 return 0;