14:46:11 **** Rebuild of configuration Debug for project svd_3X3complex_matrix **** Info: Internal Builder is used for build g++ "-IC:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.5\\include" -O0 -g3 -Wall -c -fmessage-length=0 -o svd_3X3complex_matrix.o "..\\svd_3X3complex_matrix.cpp" In file included from C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.5\include/device_types.h:59, from C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.5\include/builtin_types.h:56, from C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.5\include/cuda_runtime.h:90, from ..\svd_3X3complex_matrix.cpp:5: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.5\include/crt/host_defines.h:107:9: warning: "__cdecl" redefined 107 | #define __cdecl | ^~~~~~~ : note: this is the location of the previous definition ..\svd_3X3complex_matrix.cpp: In function 'void printMatrixS(int, const float*, const char*)': ..\svd_3X3complex_matrix.cpp:20:38: warning: unknown conversion type character '\x0a' in format [-Wformat=] 20 | printf("%s(%d) = %lf%\n", name, row + 1, A[row]); | ^~ ..\svd_3X3complex_matrix.cpp: In function 'void printMatrixA(int, int, const cuComplex*, const char*)': ..\svd_3X3complex_matrix.cpp:29:53: warning: repeated ' ' flag in format [-Wformat=] 29 | printf("%s(%d, %d) = % lf% + lfi\n", name, row + 1, col + 1, A(row, col).x, A(row, col).y); | ^ ..\svd_3X3complex_matrix.cpp:29:32: warning: ' ' flag ignored with '+' flag in gnu_printf format [-Wformat=] 29 | printf("%s(%d, %d) = % lf% + lfi\n", name, row + 1, col + 1, A(row, col).x, A(row, col).y); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ..\svd_3X3complex_matrix.cpp: In function 'void selfSVD(int, int, float*, float*, float*, float*)': ..\svd_3X3complex_matrix.cpp:61:26: warning: unused variable 'cusolver_status' [-Wunused-variable] 61 | cusolverStatus_t cusolver_status = CUSOLVER_STATUS_SUCCESS; | ^~~~~~~~~~~~~~~ g++ "-LC:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.5\\lib\\x64" -o svd_3X3complex_matrix.exe svd_3X3complex_matrix.o -lcusolver -lcublas -l cudart 14:46:13 Build Finished. 0 errors, 5 warnings. (took 1s.538ms)