

nvcc -gencode arch=compute_20,code=sm_20 --default-stream per-thread -ptx ZOLA_kernels.cu -o ZOLA_kernels_20.ptx

nvcc -gencode arch=compute_30,code=sm_30 --default-stream per-thread -ptx ZOLA_kernels.cu -o ZOLA_kernels_30.ptx

