This commit is contained in:
2026-03-16 18:20:06 +03:00
parent 05f05a8a96
commit 0286361343
3 changed files with 98 additions and 19 deletions

View File

@@ -17,6 +17,7 @@ nvcc \
-O3 \
-std=c++14 \
-lineinfo \
-Wno-deprecated-gpu-targets \
-arch="${CUDA_ARCH}" \
-o bin/linpack_cuda \
src/main.cu