На GPU вычисления

This commit is contained in:
2025-12-02 12:39:09 +00:00
parent 78bdb1ddb7
commit 73c9e580e4
5 changed files with 344 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ CXX = mpic++
CXXFLAGS = -std=c++17 -O2 -Wall -Wextra -Wno-cast-function-type
NVCC = nvcc
NVCCFLAGS = -O2 -Xcompiler -fPIC
NVCCFLAGS = -O3 -std=c++17 -arch=sm_86 -Xcompiler -fPIC
SRC_DIR = src
BUILD_DIR = build