Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gpu_chemistry/src/memoryResource/memoryResource.H
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected:

if ((nCells != this->nCells()) ||
(nSpecie != this->nSpecie()) ||
(nCells + 2 != this->nEqns())) {
(nSpecie + 2 != this->nEqns())) {
return true;
}
return false;
Expand Down
2 changes: 1 addition & 1 deletion nvcc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NVCC_FLAGS = --std=c++17
NVCC_FLAGS += --expt-extended-lambda
NVCC_FLAGS += -O3
NVCC_FLAGS += --use_fast_math
NVCC_FLASG += --generate-line-info
NVCC_FLAGS += --generate-line-info
NVCC_FLAGS += -lineinfo
NVCC_FLAGS += --gpu-architecture=compute_86 --gpu-code=sm_86

Expand Down