Skip to content

Commit 7b2138b

Browse files
2 parents c42caef + 6cd8e1f commit 7b2138b

5 files changed

Lines changed: 17 additions & 24 deletions

File tree

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
graphblas.org

README.md

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,24 @@ A straw man proposal for the GraphBLAS can be found
5252
[here](http://gauss.cs.ucsb.edu/~aydin/combblas-r2.pdf)
5353

5454
Gabor Szarnyas maintains a list of [GraphBLAS
55-
pointers](https://github.com/szarnyasg/graphblas-pointers) with lots
55+
pointers](https://graphblas.org/GraphBLAS-Pointers) with lots
5656
of tutorial material.
5757

5858

5959
# Application Program Interface (API)
6060

61-
Version 1.0 (provisional) of the C language API is released on May
62-
29, 2017 at the GABB workshop
63-
[here](http://graphanalysis.org/workshop2017.html).
64-
65-
Version 1.1.0 (provisional) is released on November 14, 2017.
61+
## Current versions
6662

67-
Version 1.2.0 (final) is released on May 18, 2018. It can be
68-
downloaded from
69-
[here](http://people.eecs.berkeley.edu/~aydin/GraphBLAS_API_C_v12.pdf). This
70-
is only available for archival purposes, you should use the latest
71-
version 1.3.0 below.
63+
* [GraphBLAS C API, version 1.3.0](/docs/GraphBLAS_API_C_v1.3.0.pdf) (September 25, 2019)
64+
* [GraphBLAS C API, version 2.0.0](/docs/GraphBLAS_API_C_v2.0.0.pdf) (November 15, 2021)
7265

73-
Version 1.3.0 (final) is released on September 25, 2019. It can be
74-
downloaded from
75-
[here](http://people.eecs.berkeley.edu/~aydin/GraphBLAS_API_C_v13.pdf).
76-
77-
Version 2.0.0 (final) is released on November 15, 2021. It can be
78-
downloaded from
79-
[here](https://github.com/GraphBLAS/graphblas-api-c/files/7541426/GraphBLAS_API_C_2.0.0.pdf).
66+
## Legacy versions
8067

68+
Version 1.0 (provisional) of the C language API was released on May
69+
29, 2017 at the GABB workshop
70+
[here](http://graphanalysis.org/workshop2017.html).
71+
Version 1.1.0 (provisional) released on November 14, 2017.
72+
[Version 1.2.0](/docs/GraphBLAS_API_C_v1.2.0.pdf) was released on May 18, 2018.
8173

8274
# Projects developing implementations of the GraphBLAS
8375

@@ -122,6 +114,12 @@ under Performance.
122114

123115
# Workshops and conferences featuring the GraphBLAS (reverse chronological)
124116

117+
* [Graphs, Architectures, Programming, and Learning (GrAPL) @IPDPS](http://hpc.pnl.gov/grapl/)
118+
119+
* [High Performance Extreme Computing (HPEC)](http://www.ieee-hpec.org/)
120+
121+
* [GraphChallenge.org](http://GraphChallenge.org/)
122+
125123
* [SIAM CSE'21 GraphBLAS Minisymposium Session 1](https://meetings.siam.org/sess/dsp_programsess.cfm?SESSIONCODE=70090)
126124

127125
* [SIAM CSE'21 GraphBLAS Minisymposium Session 2](https://meetings.siam.org/sess/dsp_programsess.cfm?SESSIONCODE=70091)
@@ -130,12 +128,6 @@ under Performance.
130128

131129
* [SIAM CSE'21 GraphBLAS Tutorial Session 2](https://meetings.siam.org/sess/dsp_programsess.cfm?SESSIONCODE=70367)
132130

133-
* [Graphs, Architectures, Programming, and Learning (GrAPL) @IPDPS](http://hpc.pnl.gov/grapl/)
134-
135-
* [High Performance Extreme Computing (HPEC)](http://www.ieee-hpec.org/)
136-
137-
* [GraphChallenge.org](http://GraphChallenge.org/)
138-
139131
* [HPEC 2020](http://www.ieee-hpec.org/2020/)
140132

141133
* [HPEC 2019](http://www.ieee-hpec.org/2019/)

docs/GraphBLAS_API_C_v1.2.0.pdf

1020 KB
Binary file not shown.

docs/GraphBLAS_API_C_v1.3.0.pdf

1.14 MB
Binary file not shown.

docs/GraphBLAS_API_C_v2.0.0.pdf

1.52 MB
Binary file not shown.

0 commit comments

Comments
 (0)