Telerun Compiler Information
CPU Compiler Flags
All CPU jobs on Telerun are run on AMD Ryzen 7 7700 Zen 4 CPUs. We compile your cpp files with:
clang++ -O3 -march=x86-64-v4 -o
GPU Compiler Flags
GPU jobs on Telerun are run on NVIDIA RTX 4000 Ada GPUs, compiled on CUDA 12.9 using:
nvcc -O3 --use_fast_math -gencode arch=compute_89,code=[sm_89,compute_89] --expt-relaxed-constexpr --std=c++20