-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
549 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,9 @@ | |
High Performance Combinatorics in C++ using vector instructions v1.0.1 | ||
|
||
HPCombi is a C++17 header-only library using the SSE and AVX instruction sets, | ||
and some equivalents, for very fast manipulation of combinatorial objects such | ||
as transformations, permutations, and boolean matrices of small size. The goal | ||
of this project is to implement various new algorithms and benchmark them on | ||
various compiler and architectures. | ||
and some equivalents, for very fast manipulation of small combinatorial objects | ||
such as transformations, permutations, and boolean matrices. HPCombi implements | ||
new algorithms and benchmarks them on various compilers and architectures. | ||
|
||
HPCombi was initially designed using the SSE and AVX instruction sets, and did | ||
not work on machines without these instructions (such as ARM). From v1.0.1 | ||
|
@@ -25,12 +24,12 @@ other processors too. | |
|
||
- Reinis Cirpons <[email protected]> : CI | ||
- Finn Smith <[email protected]> : discussions + BMat8 reference code | ||
- Viviane Pons : algorithms discussions | ||
- Viviane Pons <[email protected]> : algorithms discussions | ||
- Daniel Vanzo <[email protected]> : GPU experiments | ||
|
||
## Documentation | ||
|
||
- The Doxygen auto generated [API](https://libsemigroups.github.io/HPCombi/) | ||
- See the [Doxygen generated doc](https://libsemigroups.github.io/HPCombi/) | ||
|
||
## Thanks | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
build/doc/html/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.