Skip to content

Commit a81a7d0

Browse files
Merge pull request #426 from DrTimothyAldenDavis/dev2
test coverage output and comments; no change to code
2 parents aed97d8 + 58602eb commit a81a7d0

File tree

2 files changed

+332
-1
lines changed

2 files changed

+332
-1
lines changed

Source/jitifyer/GB_macrofy_name.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
//
2727
// namespace__kname__012345_72__suffix
2828
// namespace__kname__012345_72
29+
//
30+
// where kname also always prefaced with the string "cuda_". The filename
31+
// suffix (.c for CPU kernels, or .cu for CUDA kernels) is part of the
32+
// kernel_name.
2933

3034
#include "GB.h"
3135
#include "jitifyer/GB_stringify.h"
@@ -61,7 +65,7 @@ void GB_macrofy_name
6165
}
6266
else
6367
{
64-
// kernel uses at least one built-in types and/or operator
68+
// kernel uses at least one user-defined type and/or operator
6569
#if defined ( GRAPHBLAS_HAS_CUDA )
6670
if (encoding->kcode >= GB_JIT_CUDA_KERNEL)
6771
{

0 commit comments

Comments
 (0)