From 486a9a99106fcc1631496bcffb4b63173ed0704a Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 13 May 2019 15:31:15 -0400 Subject: [PATCH] Add recommendation --- doc/external-libs/cuda.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/external-libs/cuda.html b/doc/external-libs/cuda.html index fda03f4c9b..196226354f 100644 --- a/doc/external-libs/cuda.html +++ b/doc/external-libs/cuda.html @@ -84,6 +84,9 @@ /usr/lib/gcc/x86_64-linux-gnu/7/include/avx512fintrin.h(11265): error: identifier "__builtin_ia32_scalefsd_round" is undefined /usr/lib/gcc/x86_64-linux-gnu/7/include/avx512fintrin.h(11274): error: identifier "__builtin_ia32_scalefss_round" is undefined + Since vectorization in VectorizedArray is disabled when compiling with + CUDA support anyway, it is recommended to drop the compile flag in that + case.

-- 2.39.5