We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4088d78 commit 06291f2Copy full SHA for 06291f2
1 file changed
.github/workflows/standalone-benchmark.yml
@@ -20,6 +20,8 @@ jobs:
20
PROFILER_CSV: profiler_cpu.csv
21
TIMING_CA: ./ca -e 50kHz -c --seed 0 --sync --runsInit 0 --PROCresetTimers 1 --PROCdebugMarkdown 1 --debug 1 # Add --runs 42 for benchmark runs
22
LD_LIBRARY_PATH: /usr/local/cuda-13.0/compat
23
+ CC: /opt/clang-p2996/bin/clang
24
+ CXX: /opt/clang-p2996/bin/clang++
25
26
name: cpu
27
steps:
0 commit comments