Skip to content

Commit 7e878e5

Browse files
committed
Merge commit 'b75c7de4ad060364c96a533c211970e9f8359144'
2 parents d594636 + b75c7de commit 7e878e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/libmarv/src/marv.cu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Marv::Marv(size_t dbEntries, int alphabetSize, int maxSeqLength, size_t maxSeqs,
7070
));
7171
cudasw4::CudaSW4* sw = static_cast<cudasw4::CudaSW4*>(cudasw);
7272

73+
#ifdef CUDASW_INT8_GAPLESS
7374
bool allBlackwell = !deviceIds.empty();
7475
for (int devId : deviceIds) {
7576
int ccMajor = 0;
@@ -79,6 +80,7 @@ Marv::Marv(size_t dbEntries, int alphabetSize, int maxSeqLength, size_t maxSeqs,
7980
if (allBlackwell) {
8081
sw->allowInt8(true);
8182
}
83+
#endif
8284

8385
sw->setScanType(mapCswScanType(alignmentType));
8486
}

0 commit comments

Comments
 (0)