Skip to content

Commit

Permalink
force COMPACT mode in GraphBLAS, to speed up debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 3, 2023
1 parent 6d4119a commit e0ffb9d
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 @@ -55,6 +55,9 @@ endif ( )
# define the project
#-------------------------------------------------------------------------------

# 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 e0ffb9d

Please sign in to comment.