Skip to content

Commit 0c6ff1f

Browse files
committed
Make: Revert to C++ for core tests
1 parent 7ac0fdd commit 0c6ff1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/test.cu renamed to scripts/test.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
* ! They control the OpenMP CPU backend as well as the CUDA GPU backend.
4747
*/
4848
#if SZ_USE_CUDA
49-
#include <stringzilla/types.cuh> // `unified_alloc`
50-
#include <stringzilla/similarities.cuh> // Parallel string processing on CUDA or OpenMP
49+
#include <stringzilla/types.cuh> // `unified_alloc`
50+
#include <stringzilla/similarity.cuh> // Parallel string processing on CUDA or OpenMP
5151
#endif
5252

5353
#if SZ_USE_OPENMP
54-
#include <stringzilla/similarities.hpp> // OpenMP templates for string similarity measures
54+
#include <stringzilla/similarity.hpp> // OpenMP templates for string similarity measures
5555
#endif
5656

5757
#if defined(__SANITIZE_ADDRESS__)

0 commit comments

Comments
 (0)