Skip to content

Commit

Permalink
Merge pull request #389 from DrTimothyAldenDavis/dev2
Browse files Browse the repository at this point in the history
VLA_MAXSIZE to 1024
  • Loading branch information
DrTimothyAldenDavis authored Sep 10, 2023
2 parents 914f6ef + 3eac742 commit 13c49ed
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 133 deletions.
2 changes: 2 additions & 0 deletions GraphBLAS/Doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Sept 8, 2023: version 8.2.0

* cmake updates: SuiteSparse:: namespace by Markus Muetzel
* GB_VLA_MAXSIZE: increased to 1024; only affects compilers not
supporting variable-length arrays (MSVC)

Version 8.0.2, June 16, 2023

Expand Down
Binary file modified GraphBLAS/Doc/GraphBLAS_UserGuide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion GraphBLAS/Doc/GraphBLAS_UserGuide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15980,7 +15980,7 @@ \subsection{On Microsoft Windows}
will need to use \verb'GrB_Matrix_free' instead of just \verb'GrB_free'.

\item Variable-length arrays are not supported, so user-defined
types are limited to 128 bytes in size. This can be changed by editing
types are limited to 1024 bytes in size. This can be changed by editing
\verb'GB_VLA_MAXSIZE' in \verb'Source/GB_compiler.h', and recompiling
SuiteSparse:GraphBLAS.

Expand Down
Loading

0 comments on commit 13c49ed

Please sign in to comment.