Commit Graph

120 Commits

Author SHA1 Message Date
Nicolas Abril
5c811da531 Update docs, examples, fix scope of fork 2024-05-22 19:48:53 +02:00
Nicolas Abril
22477b1807 Explain dependencies, add to FAQ, improve readback err msg 2024-05-19 14:37:54 +02:00
Nicolas Abril
8fda78f1e6
Merge pull request #372 from mmoult/main
Documentation edits
2024-05-19 00:03:20 +00:00
mmoult
3dae6fd121 Documentation edits
Improve description clarity, remove trailing spaces
2024-05-18 11:16:14 -05:00
Victor Taelin
fbf6b7f765 replace a word 2024-05-18 12:11:24 -03:00
Victor Taelin
fa823c2318 add word 2024-05-18 10:10:58 -03:00
Victor Taelin
5d262701f0 change wording 2024-05-18 10:10:05 -03:00
Victor Taelin
2ddc31dfe3 Add yet another note on single-thread performance 2024-05-18 10:08:37 -03:00
Victor Taelin
21fff43954 uppercase B 2024-05-17 22:15:56 -03:00
Victor Taelin
7433623bd0 fix typos 2024-05-17 21:59:35 -03:00
Victor Taelin
ce77f0094b link to video announcement 2024-05-17 21:11:56 -03:00
Victor Taelin
a6bc4f64da remove redundancy 2024-05-17 21:08:32 -03:00
Victor Taelin
803e853bb9 clarification 2024-05-17 20:49:46 -03:00
Victor Taelin
7f807c3668 add link to wikipedia bitonic sorter 2024-05-17 18:00:06 -03:00
Victor Taelin
efe3e3989b add word 2024-05-17 16:31:21 -03:00
Victor Taelin
d3b6a34974 Merge branch 'main' of github.com:HigherOrderCo/bend 2024-05-17 16:01:22 -03:00
Victor Taelin
656c78c4ac use bitonic sort as the main example instead 2024-05-17 16:01:11 -03:00
Yan Mendes
dfddb1287e
fix typo in readme.md 2024-05-17 15:35:37 -03:00
Victor Taelin
2c307a245e Merge branch 'main' of github.com:HigherOrderCo/bend 2024-05-17 15:24:12 -03:00
Victor Taelin
bed45da57c re-run README example with depth=28
Seems like the single-threaded version was running slower than expected,
possibly due to memory getting full. I've re-ran the test with depth=28,
and the results are more sensible now.

This test was ran on an Apple M3 Max.

The single-core CPU was ran using GCC -O3, with TPC=0 (1 thread).

The multi-core CPU was ran using GCC -O3, with TPC=4 (16 threads).

The multi-core GPU was ran using RTX 4090, with TPB=7 and BPG=7 (128x128 threads).
2024-05-17 15:16:12 -03:00
Yan Mendes
7f596ebe5b
adjust README.md 2024-05-17 14:12:00 -03:00
Yan Mendes
330592b52b
add windows not working disclaimer 2024-05-17 14:10:33 -03:00
Yan Mendes
91d87c2de4
change paper link to paper.higherorderco.com 2024-05-17 13:45:31 -03:00
Victor Taelin
4a4d04c557 improve message 2024-05-17 13:37:46 -03:00
Victor Taelin
00fa0c0e8b Merge branch 'main' of github.com:HigherOrderCo/bend 2024-05-17 13:37:00 -03:00
Victor Taelin
7c42eeb16f improve notice 2024-05-17 13:36:52 -03:00
Thomas Germer
fa7160eed3
Fix paper URL 2024-05-17 18:29:25 +02:00
Nicolas Abril
37fa4a9e1d give a proper name to the live demo gif 2024-05-17 18:13:48 +02:00
Victor Taelin
bf81b4fabc move demo up 2024-05-17 12:03:53 -03:00
Nicolas Abril
7632da2ed3
Merge pull request #324 from HigherOrderCO/feature/sc-697/update-features-md-to-the-current-syntax
[sc-697] Update documentation to reflect the current syntax
2024-05-17 13:55:46 +02:00
Nicolas Abril
7043f93293 [sc-697] Update documentation, add use stmts, fix list parser 2024-05-17 12:54:25 +02:00
Victor Taelin
0dc824594d make example smaller 2024-05-16 23:04:18 -03:00
Victor Taelin
f55873318b better spacing 2024-05-16 22:13:29 -03:00
Victor Taelin
eaf37e1341 shorten bullet points 2024-05-16 22:11:59 -03:00
Victor Taelin
0279952f07 add website link 2024-05-16 22:09:00 -03:00
Victor Taelin
322793e634 host live demo on github 2024-05-16 22:06:10 -03:00
Victor Taelin
4be0fbedf8 add demo gif 2024-05-16 22:01:20 -03:00
Victor Taelin
163ea65a1b add clarification about current u24 numbers - addresses #320 2024-05-16 20:30:57 -03:00
Victor Taelin
830f9bf20b improve repeated word 2024-05-16 19:01:39 -03:00
Yan Mendes
f63979857b
fix HVM broken link 2024-05-16 18:45:57 -03:00
Yan Mendes
486d3a7ce6
fix example to use fork (new syntax) instead of go (old syntax) 2024-05-16 17:47:43 -03:00
Victor Taelin
66a8be1c33 simpler wording 2024-05-16 14:21:52 -03:00
Victor Taelin
bad83a7e35 link bitonic sort example on readme 2024-05-16 14:20:20 -03:00
Victor Taelin
b3983e9922 add render example on readme 2024-05-16 14:15:54 -03:00
Yan Mendes
8a832ca9b8
fix some typos and wrong linking 2024-05-16 12:55:06 -03:00
Victor Taelin
d021254f8d reinforce a sentence 2024-05-15 22:35:09 -03:00
Victor Taelin
af27a5b7cc shorten sentence 2024-05-15 22:33:09 -03:00
Victor Taelin
99e00949b2 fix broken link 2024-05-15 22:30:22 -03:00
Victor Taelin
35f6bd298b further README adjustments 2024-05-15 22:29:36 -03:00
Victor Taelin
35911c72f1 reorder lines on README 2024-05-15 22:26:56 -03:00