msuardi
Results
2
issues of
msuardi
When I try to make in kangaroo_smat, the first execution of nvcc raise an error: nvcc -c -o ../build/release/obj/KANGAROO_SMAT/autotune.o -I. -I/usr/local/cuda/include -I../../smat/src -DKANGAROO_SMAT_EXPORTS -use_fast_math -gencode arch=compute_50,code=sm_50 -include nvcc_preinclude.h -maxrregcount 64...
I was trying to create a absorption-distillation example in Python but I had problems displaying the results from the DistillationColumns. So I switched to Java. Following the instructions at this...