Removed old AstroBWT algorithm

It's not used anywhere now.
This commit is contained in:
SChernykh
2022-04-15 10:59:31 +02:00
parent 22399db3c5
commit 0d0ff4fe71
26 changed files with 6 additions and 498 deletions

View File

@@ -145,7 +145,6 @@ size_t inline generate<Algorithm::ASTROBWT>(Threads<CudaThreads> &threads, const
count += threads.move(Algorithm::kASTROBWT_DERO_2, CudaThreads(devices, Algorithm::ASTROBWT_DERO_2));
}
count += generate(Algorithm::kASTROBWT, threads, Algorithm::ASTROBWT_DERO, devices);
return count;
}
#endif