We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105df2f commit 8c5d03fCopy full SHA for 8c5d03f
CMakeLists.txt
@@ -15,7 +15,7 @@ set(APFP_FIX_SLRS OFF CACHE STRING "Fix compute units to SLRs. Will not work for
15
set(APFP_SEMANTICS "MPFR" CACHE STRING "Which semantics to use for floating point operations [GMP/MPFR].")
16
set(APFP_DEBUGGING OFF CACHE BOOL "Enable debugging in generated kernels.")
17
set(APFP_PROFILING OFF CACHE BOOL "Enable profiling in generated kernels.")
18
-set(APFP_SAVE_TEMPS ON CACHE BOOL "Save temporary files from kernel builds.")
+set(APFP_SAVE_TEMPS OFF CACHE BOOL "Save temporary files from kernel builds.")
19
set_property(CACHE APFP_SEMANTICS PROPERTY STRINGS GMP MPFR)
20
21
# Validation and derived numbers
0 commit comments