In the testing directory, for the program
testing_dgesv_gpu.cpp
and likely others due to cut and paste, the code does not initialize 'N'
and so it is not possible to specify different matrix sizes. The fix is:
magma_int_t lda, ldb, N=0;
Users browsing this forum: Google [Bot] and 5 guests