From 0937536b86b41bab9511dd134e4a7123ecd24f3f Mon Sep 17 00:00:00 2001 From: Ioannis Magkanaris Date: Wed, 7 May 2025 14:16:59 +0200 Subject: [PATCH] Added compilation flag for line info and removed fast_math flag from CUDA compilation flags --- dace/config_schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dace/config_schema.yml b/dace/config_schema.yml index b5a7914018..189931ff3a 100644 --- a/dace/config_schema.yml +++ b/dace/config_schema.yml @@ -303,7 +303,7 @@ required: type: str title: nvcc Arguments description: Compiler argument flags for CUDA - default: '-Xcompiler -march=native --use_fast_math -Xcompiler -Wno-unused-parameter' + default: '--generate-line-info -Xcompiler -march=native -Xcompiler -Wno-unused-parameter' default_Windows: '-O3 --use_fast_math' hip_args: