Skip to content

Commit

Permalink
[ci skip] README: amend badge url
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jun 10, 2024
1 parent 2f7c4db commit 7af06de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Build Status](https://github.com/TESSEorg/ttg/workflows/CMake/badge.svg)
![Build Status](https://github.com/TESSEorg/ttg/actions/workflows/cmake.yml/badge.svg)

# TTG
This is the C++ API for the Template Task Graph (TTG) programming model for flowgraph-based composition of high-performance algorithms executable on distributed heterogeneous computer platforms. The TTG API abstracts out the details of the underlying task and data flow runtime; the current realization is implemented using [MADNESS](https://github.com/m-a-d-n-e-s-s/madness) and [PaRSEC](https://bitbucket.org/icldistcomp/parsec.git) runtimes as backends.
Expand Down

0 comments on commit 7af06de

Please sign in to comment.