| 8d80707a | 30-Jan-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
AIJDEVICE.h: split declarations and code
Disable LANDAU code for CLANG-CUDA since it does not compile
clang -c -g -O0 --cuda-gpu-arch=sm_60 -Wno-deprecated-declarations -I/home/zampins/Devel/pet
AIJDEVICE.h: split declarations and code
Disable LANDAU code for CLANG-CUDA since it does not compile
clang -c -g -O0 --cuda-gpu-arch=sm_60 -Wno-deprecated-declarations -I/home/zampins/Devel/petsc/include -I/home/zampins/Devel/petsc/arch-dealii/include -I/home/zampins/Devel/miniforge/envs/dealii/pkgs/cuda-toolkit/include /home/zampins/Devel/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu -o arch-dealii/obj/mat/impls/aij/seq/seqcusparse/aijcusparse.o ptxas /tmp/aijcusparse-d4e683/aijcusparse-sm_60.s, line 477244; fatal : Parsing error near '.': syntax error ptxas fatal : Ptx assembly aborted due to errors
Fix clang parsing error
show more ...
|