Skip to content

Commit

Permalink
GraphBLAS: Temporarily force compact mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Nov 5, 2023
1 parent a1b6b8c commit 69c95a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GraphBLAS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ if ( GRAPHBLAS_NSTATIC )
set ( NSTATIC ON )
endif ( )

# FIXME: force COMPACT mode in GraphBLAS (while debugging)
set ( COMPACT ON )

if ( SUITESPARSE_CUDA )
# FOR NOW: do not compile FactoryKernels when developing the CUDA kernels
set ( COMPACT ON )
Expand Down

0 comments on commit 69c95a4

Please sign in to comment.