Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
8c85070
omp.h in tc_demo
DrTimothyAldenDavis Jul 25, 2025
f0d171b
Merge branch 'with_GraphBLAS_v10' of https://github.com/GraphBLAS/LAG…
DrTimothyAldenDavis Jul 25, 2025
e5fad48
undo last commit
DrTimothyAldenDavis Jul 25, 2025
c3e528b
hitting an infinite loop in maxflow (com-Youtube, src 4, dest 275)
DrTimothyAldenDavis Aug 8, 2025
11edd46
testing triangle count (to track down CUDA CUB integer overflow)
DrTimothyAldenDavis Aug 8, 2025
42e7a50
pass by pointer for LG_global_relabel
dperry17 Aug 10, 2025
83d45d2
fixed global relabel condition
dperry17 Aug 10, 2025
2c548d4
Merge pull request #378 from dperry17/COM-Youtube_fix
DrTimothyAldenDavis Aug 11, 2025
c380043
still hitting an infinite loop in com-Youtube (with flow_matrix retur…
DrTimothyAldenDavis Aug 11, 2025
8d20303
added debug print fopr the compare tuple
dperry17 Aug 12, 2025
854eaaa
made changes related to the Mxe semiring
dperry17 Aug 13, 2025
4771cb9
tagging experimental algorithms & utils that are nearly ready for src
DrTimothyAldenDavis Aug 13, 2025
37e257f
reduce the use of GxB
DrTimothyAldenDavis Aug 14, 2025
67a57e9
made changes to the global relabel
dperry17 Aug 14, 2025
37cfea1
reverted mask in extract
dperry17 Aug 14, 2025
bf22366
removed the flow mtx test in the max flow demo
dperry17 Aug 14, 2025
4937d01
reverted mtx condition change
dperry17 Aug 15, 2025
4178a78
Merge pull request #379 from dperry17/COM-Youtube_fix
DrTimothyAldenDavis Aug 15, 2025
7dd7d4b
# threads in FastGraphletTransform
DrTimothyAldenDavis Sep 1, 2025
9ab25b6
maxflow: from stable
DrTimothyAldenDavis Sep 10, 2025
86ec2ab
maxflow: sync with stable
DrTimothyAldenDavis Sep 10, 2025
6261bff
Merge pull request #387 from GraphBLAS/stable
DrTimothyAldenDavis Sep 10, 2025
e53950d
remove maxflow results
DrTimothyAldenDavis Sep 10, 2025
80172b7
Merge pull request #388 from GraphBLAS/with_GraphBLAS_v10
DrTimothyAldenDavis Sep 15, 2025
ec77e9d
graph coloring thesis in papers/ folder
DrTimothyAldenDavis Sep 15, 2025
1bcd596
printing user-defined types (requires GraphBLAS v10.2.0 later)
DrTimothyAldenDavis Sep 18, 2025
dd3879f
remove whitespace from edge-betweenness-centrality
DrTimothyAldenDavis Sep 24, 2025
9e0616a
GAP benchmarks (triangle counting) in progress
DrTimothyAldenDavis Oct 6, 2025
e24e93c
exploit GrB v10.2.0: method 27, aliased assign kernel
DrTimothyAldenDavis Oct 9, 2025
5d99190
allkcore: minor revisions to comments
DrTimothyAldenDavis Oct 17, 2025
10da411
error message from RMM for triangle count with GAP-urand
DrTimothyAldenDavis Oct 17, 2025
68460ae
cleanup
DrTimothyAldenDavis Oct 17, 2025
4753437
output for do_gap_tc_gpu for twitter
DrTimothyAldenDavis Oct 17, 2025
a51a1c9
replace hard-coded error codes with #defined tokens
DrTimothyAldenDavis Oct 22, 2025
f1bbdc0
remove output files
DrTimothyAldenDavis Oct 22, 2025
798e563
adding some todo comments in LAGr_Modularity
DrTimothyAldenDavis Oct 22, 2025
9287da5
API considerations for random matrix generation
DrTimothyAldenDavis Nov 12, 2025
e17db94
more API concerns for experimental coloring methods
DrTimothyAldenDavis Nov 12, 2025
7108af4
typecast in test_edgeBC
DrTimothyAldenDavis Nov 14, 2025
428e0a2
Merge remote-tracking branch 'refs/remotes/origin/v1.3.x' into v1.3.x
DrTimothyAldenDavis Nov 14, 2025
8936b7f
cuda testing
DrTimothyAldenDavis Nov 14, 2025
3159f21
include file for 1.3.x
DrTimothyAldenDavis Nov 17, 2025
18d71fe
comments for experimental->src
DrTimothyAldenDavis Nov 26, 2025
e70687b
test triangle count; re-enable all tests
DrTimothyAldenDavis Dec 4, 2025
c58fe55
Added Louvain algorithms and test fles
Olumayowa-Olowomeye Dec 5, 2025
421a1c6
fixed version check
Olumayowa-Olowomeye Dec 5, 2025
f938900
missing closing brace
Olumayowa-Olowomeye Dec 5, 2025
ae741b6
allow GraphBLAS 9.0.0 to work with Louvain methods (return "not imple…
DrTimothyAldenDavis Dec 5, 2025
0cdf981
more v9.0.0 issues
DrTimothyAldenDavis Dec 5, 2025
8abda57
Louvain test coverage
DrTimothyAldenDavis Dec 5, 2025
23effd1
Louvain: only test with GraphBLAS 10.x
DrTimothyAldenDavis Dec 5, 2025
8597fae
require GraphBLAS 10.2 or later for Louvain
DrTimothyAldenDavis Dec 5, 2025
277e547
cleaned up algorithms and test files
Olumayowa-Olowomeye Mar 6, 2026
c9c3a21
renamed modularity calculation from adj matrix
Olumayowa-Olowomeye Mar 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# if there are multiple items in this list, only use should
# deployit=true for just one of them.
- {grb_version: 9.0.0, deployit: false}
- {grb_version: 10.1.0, deployit: true}
- {grb_version: 10.2.0, deployit: true}

steps:

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
matrix:
config:
- {grb_version: 9.0.0}
- {grb_version: 10.1.0}
- {grb_version: 10.2.0}

steps:

Expand Down Expand Up @@ -99,5 +99,5 @@ jobs:
cd build
cmake ..
JOBS=2 make
ctest .
ctest . --rerun-failed --output-on-failure

6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
cmake_minimum_required ( VERSION 3.20 ) # LAGraph can be built stand-alone

# version of LAGraph
set ( LAGraph_DATE "Sept 8, 2025" )
set ( LAGraph_DATE "FIXME, 2025" )
set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )
set ( LAGraph_VERSION_MINOR 2 CACHE STRING "" FORCE )
set ( LAGraph_VERSION_SUB 1 CACHE STRING "" FORCE )
set ( LAGraph_VERSION_MINOR 3 CACHE STRING "" FORCE )
set ( LAGraph_VERSION_SUB 0 CACHE STRING "" FORCE )

message ( STATUS "Building LAGraph version: v"
${LAGraph_VERSION_MAJOR}.
Expand Down
Loading
Loading