Nicolas Abril
e94cb78c7d
Merge pull request #360 from PfaulJulian/main
...
Changed return type of fn main() in src/main.rs to fn main() -> std::process::ExitCode.
2024-05-18 15:27:47 +02:00
PfaulJulian
9e165a2c85
ran cargo fmt for indentation
2024-05-18 15:25:07 +02: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
ea91faed69
explain tilde
2024-05-18 08:25:14 -03:00
PfaulJulian
c75b262231
Changed return tyoe of fn main() in src/main.rs to fn main() -> std::process::ExitCode.
2024-05-18 12:17:25 +02: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
34febc170a
Merge branch 'main' of github.com:HigherOrderCo/bend
2024-05-17 20:49:54 -03:00
Victor Taelin
803e853bb9
clarification
2024-05-17 20:49:46 -03:00
Victor Taelin
12caaa87ad
add note on mips
2024-05-17 20:06:10 -03:00
Nicolas Abril
75654f96fa
Merge pull request #340 from KPCOFGS/main
...
Update lazy-definitions.md
2024-05-17 21:52:30 +00:00
Shixian Sheng
ee0de3e6de
Update pattern-matching.md
2024-05-17 17:16:39 -04:00
Shixian Sheng
65e3138ae4
Update pattern-matching.md
2024-05-17 17:12:01 -04:00
Shixian Sheng
73b8c197d2
Update defining-data-types.md
2024-05-17 17:11:27 -04:00
Shixian Sheng
7546349636
Update defining-data-types.md
2024-05-17 17:11:06 -04:00
Shixian Sheng
3f4dc9fa45
Update compiler-options.md
2024-05-17 17:09:13 -04:00
Shixian Sheng
f412abef42
Merge branch 'HigherOrderCO:main' into main
2024-05-17 17:05:40 -04:00
Shixian Sheng
639da5355c
Update lazy-definitions.md
2024-05-17 17:04:11 -04:00
Victor Taelin
bb0d01eb2a
Merge branch 'main' of github.com:HigherOrderCo/bend
2024-05-17 18:01:41 -03:00
Victor Taelin
7f807c3668
add link to wikipedia bitonic sorter
2024-05-17 18:00:06 -03:00
Shixian Sheng
133f64228e
Update lazy-definitions.md
2024-05-17 16:59:55 -04:00
Nicolas Abril
d97870d723
Merge pull request #339 from HigherOrderCO/kings177-patch-1
...
Update issue templates
2024-05-17 19:43:49 +00:00
Yan Mendes
5f1a8a3841
Update and rename hvm-related.yml to config.yml
2024-05-17 16:42:11 -03:00
Nicolas Abril
2125979a2f
Update .github/ISSUE_TEMPLATE/hvm-related.yml
2024-05-17 21:41:30 +02:00
Yan Mendes
340cbe5ffc
Update hvm-related.yml
2024-05-17 16:40:43 -03:00
Yan Mendes
d7228a121e
Rename hvm-related.md to hvm-related.yml
2024-05-17 16:39:33 -03:00
Yan Mendes
862deff811
Update hvm-related.md
2024-05-17 16:39:01 -03:00
Nicolas Abril
0b98554ace
Update Cargo.lock for new version
2024-05-17 21:34:07 +02:00
Victor Taelin
2bec0b961a
Merge branch 'main' of github.com:HigherOrderCo/bend
2024-05-17 16:31:29 -03:00
Victor Taelin
efe3e3989b
add word
2024-05-17 16:31:21 -03:00
Yan Mendes
cba19fedbd
Update bug_report.md
2024-05-17 16:21:44 -03:00
Yan Mendes
6d48b0b5a7
Update issue templates
2024-05-17 16:20:25 -03:00
Nicolas Abril
4878077e2d
Merge pull request #336 from Sipher/main
...
Add License to BEND
2024-05-17 19:05:14 +00: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
Sipher
92171f5a14
Update Cargo.toml - Update Description
...
Edit back to: "A high-level, massively parallel programming language"
2024-05-17 15:39:56 -03:00
Yan Mendes
dfddb1287e
fix typo in readme.md
2024-05-17 15:35:37 -03:00
Sipher
ba4a92459e
Update Cargo.toml - Change Description
...
Changed description to - "A parallel language"
2024-05-17 15:25:10 -03:00
Victor Taelin
2c307a245e
Merge branch 'main' of github.com:HigherOrderCo/bend
2024-05-17 15:24:12 -03:00
Sipher
23daf73416
Update Cargo.toml Increase Version to 0.2.7
2024-05-17 15:23:27 -03:00
Sipher
422fc19de9
Update Cargo.toml for License APACHE2.0
2024-05-17 15:18:38 -03:00
Sipher
2858e6684f
Update and rename LICENSE to LICENSE-APACHE
2024-05-17 15:17:10 -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
Sipher
cb9a78bc20
Create LICENSE
2024-05-17 15:06:51 -03:00
Nicolas Abril
1f9c60dba2
Merge pull request #333 from eltociear/patch-1
...
Update example.bend
2024-05-17 18:00:49 +00:00
Nicolas Abril
6709fb8b1e
Merge pull request #335 from HigherOrderCO/guide-typo
...
Fix typo in GUIDE.md example
2024-05-17 18:00:03 +00:00