We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac0fdd commit 0c6ff1fCopy full SHA for 0c6ff1f
scripts/test.cu scripts/test.cppscripts/test.cu renamed to scripts/test.cpp
@@ -46,12 +46,12 @@
46
* ! They control the OpenMP CPU backend as well as the CUDA GPU backend.
47
*/
48
#if SZ_USE_CUDA
49
-#include <stringzilla/types.cuh> // `unified_alloc`
50
-#include <stringzilla/similarities.cuh> // Parallel string processing on CUDA or OpenMP
+#include <stringzilla/types.cuh> // `unified_alloc`
+#include <stringzilla/similarity.cuh> // Parallel string processing on CUDA or OpenMP
51
#endif
52
53
#if SZ_USE_OPENMP
54
-#include <stringzilla/similarities.hpp> // OpenMP templates for string similarity measures
+#include <stringzilla/similarity.hpp> // OpenMP templates for string similarity measures
55
56
57
#if defined(__SANITIZE_ADDRESS__)
0 commit comments