namjmnam

Results 2 issues of namjmnam

Here is my cmake command for PowerShell: ``` cmake ` -DTPL_BLAS_LIBRARIES="C:/OpenBLAS/lib/libopenblas.dll.a" ` -DCMAKE_BUILD_TYPE:STRING=Release ` -DCMAKE_COLOR_MAKEFILE:BOOL=FALSE ` -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE ` -DCMAKE_C_COMPILER:FILEPATH="C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe" ` -DCMAKE_CUDA_COMPILER="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.3/bin/nvcc.exe" `...

Hi. I've been using Octave and it is good and working well. I've noticed more than 99% of the computational intensity comes from the mldivide function (or the "backslash" solver)...