X. Sherry Li
X. Sherry Li
@liuyangzhuan I forgot why we decided to install EXAMPLE/ in lib/ ? Shall we create another dir for examples ?
How large is your matrix? Can you send it? I can give it a try on Mac.
I don't know why. This routine pdgstrs2_omp runs on CPU. It hasn't changed for a long time. It uses "omp task" parallel. Perhaps you can turn that off?
There was a mistake -- that particular OpenMP pragma was not enclosed in #ifdef _OPENMP #endif That's why it is still executed even if openMP is not used. I fixed...
We plan to provide such an interface in a few weeks.
We have a lot of updates lately. Can you please try again with master branch? It should work with CUDA 11. cc: @liuyangzhuan
I am not sure how to resolve this. I would thinking using "Auto" is the best way, which should capture the underlying GPU version. @liuyangzhuan : Do you know a...
Perhaps the is wrong: Syntax: cuda_select_nvcc_arch_flags( [ ...]) (see here: https://cmake.org/cmake/help/latest/module/FindCUDA.html) Our use: cuda_select_nvcc_arch_flags(CUDA_ARCH_FLAGS Auto) Perhaps change CUDA_ARCH_FLAGS to CMAKE_CUDA_ARCHITECUTRES: cuda_select_nvcc_arch_flags(CMAKE_CUDA_ARCHITECUTRES Auto)
Can you show me Line 92 in your main.cpp code? I suppose you are using C++ compiler? It complains about too many arguments in fopen().
Can you show me Line 92 in your main.cpp code?