repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git]
/
libc
/
benchmarks
/
gpu
/
LibcGpuBenchmarkMain.cpp
blob
97366e55194a90b3c0e215a6da673b5eeba89332
1
#include
"LibcGpuBenchmark.h"
2
3
extern
"C"
int
main
(
int
argc
,
char
**
argv
,
char
**
envp
) {
4
LIBC_NAMESPACE
::
benchmarks
::
Benchmark
::
run_benchmarks
();
5
return
0
;
6
}