Skip to content

Commit 4f76637

Browse files
committed
Try this
1 parent 01c7d1e commit 4f76637

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

suitesparse_graphblas/create_headers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ def groupby(index, seq):
298298
"GxB_COMPRESSION_LZ4HC",
299299
"GxB_COMPRESSION_ZSTD",
300300
"GxB_COMPRESSION_NONE",
301-
# "GxB_HAVE_COMPLEX_C99", # Added in 9.2.0
302301
}
303302

304303
CHAR_DEFINES = {
@@ -327,6 +326,7 @@ def groupby(index, seq):
327326
"RMM_WRAP_H",
328327
"GXB_COMPLEX_H",
329328
"GxB_STATIC_INLINE_VOID",
329+
"GxB_HAVE_COMPLEX_C99",
330330
# deprecated
331331
"GxB_HYPER",
332332
}

suitesparse_graphblas/suitesparse_graphblas.h

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ typedef enum
225225
GxB_JIT_C_CMAKE_LIBS = 7031,
226226
GxB_JIT_USE_CMAKE = 7032,
227227
GxB_JIT_ERROR_LOG = 7033,
228+
GxB_JIT_CUDA_PREFACE = 7100,
228229
GxB_SPARSITY_STATUS = 7034,
229230
GxB_SPARSITY_CONTROL = 7036
230231
} GxB_Option_Field;

suitesparse_graphblas/suitesparse_graphblas_no_complex.h

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ typedef enum
221221
GxB_JIT_C_CMAKE_LIBS = 7031,
222222
GxB_JIT_USE_CMAKE = 7032,
223223
GxB_JIT_ERROR_LOG = 7033,
224+
GxB_JIT_CUDA_PREFACE = 7100,
224225
GxB_SPARSITY_STATUS = 7034,
225226
GxB_SPARSITY_CONTROL = 7036
226227
} GxB_Option_Field;

0 commit comments

Comments
 (0)