You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(AF_WITH_STATIC_CUDA_NUMERIC_LIBS "Link libafcuda with static numeric libraries(cublas, cufft, etc.)"OFF)
93
93
option(AF_WITH_SPDLOG_HEADER_ONLY "Build ArrayFire with header only version of spdlog"OFF)
94
94
option(AF_WITH_FMT_HEADER_ONLY "Build ArrayFire with header only version of fmt"OFF)
95
+
option(AF_WITH_FAST_MATH "Use lower precision but high performance numeric optimizations"OFF)
95
96
96
97
if(AF_WITH_STATIC_CUDA_NUMERIC_LIBS)
97
98
option(AF_WITH_PRUNE_STATIC_CUDA_NUMERIC_LIBS "Prune CUDA static libraries to reduce binary size.(WARNING: May break some libs on older CUDA toolkits for some compute arch)"OFF)
0 commit comments