working buffering

This commit is contained in:
Robin
2024-12-26 12:33:07 +01:00
parent 109566d7b6
commit c4a2ce1b44
13 changed files with 187 additions and 155 deletions

View File

@@ -1,6 +1,6 @@
# Compiler and flags
NVCC = nvcc
CXXFLAGS = -I./src -I./hurricanedata -std=c++17 $(shell nc-config --cxx4flags) $(shell nc-config --cxx4libs)
CXXFLAGS = -I./src -I./hurricanedata -std=c++17 $(shell nc-config --cxx4flags) $(shell nc-config --cxx4libs) -g -G
COMPILE_OBJ_FLAGS = --device-c
# Directories