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 --ffast-math -march=x86-64-v4 --std=c++26 -o

GPU Compiler Flags

RTX 4000 Ada

For GPU jobs on Telerun run on NVIDIA RTX 4000 Ada GPUs, they are compiled on CUDA 12.8 using:

nvcc -O3 --use_fast_math -gencode arch=compute_89,code=[sm_89,compute_89] --expt-relaxed-constexpr --std=c++20 -o

H100 SXM5 80GB

For GPU jobs on Telerun run on NVIDIA H100 SXM5 80GB GPUs, they are compiled on CUDA 12.8 using:

nvcc -O3 --use_fast_math -gencode arch=compute_90a,code=[sm_90a,compute_90a] --expt-relaxed-constexpr --std=c++20 -o