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:
g++ -O3 -ffast-math -march=x86-64-v4 -mavx512f
GPU Compiler Flags
GPU jobs on Telerun are run on NVIDIA RTX 4000 Ada GPUs, compiled on CUDA 12.8 using:
nvcc -O3 -gencode arch=compute_89,code=sm_89 --use_fast_math --expt-relaxed-constexpr --std=c++20