Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a FLUSH io function #392

Merged
merged 2 commits into from
Jun 20, 2024
Merged

Adds a FLUSH io function #392

merged 2 commits into from
Jun 20, 2024

Conversation

enricozb
Copy link
Contributor

No description provided.

@HigherOrderBot
Copy link
Collaborator

Perf run for 49a13b8:

compiled
========

file            runtime         main            (local)       
==============================================================
sort_bitonic    c                        5.13s           5.35s
                cuda                     0.23s           0.24s
--------------------------------------------------------------
sum_rec         c                        1.43s           1.43s
                cuda                     0.14s           0.15s
--------------------------------------------------------------
sum_tree        c                        0.15s           0.12s
                cuda                     0.10s           0.11s
--------------------------------------------------------------
tuples          c                        4.03s           3.77s
                cuda                   timeout         timeout
--------------------------------------------------------------

interpreted
===========

file            runtime         main            (local)       
==============================================================
sort_bitonic    c                        3.47s           4.70s
                cuda                     0.23s           0.23s
                rust                   timeout         timeout
--------------------------------------------------------------
sum_rec         c                        1.68s           1.68s
                cuda                     0.14s           0.14s
                rust                    13.64s          13.54s
--------------------------------------------------------------
sum_tree        c                        0.18s           0.18s
                cuda                     0.09s           0.08s
                rust                     0.87s           0.86s
--------------------------------------------------------------
tuples          c                        2.56s           3.57s
                cuda                   timeout         timeout
                rust                     3.65s           3.63s
--------------------------------------------------------------


@enricozb enricozb removed the request for review from VictorTaelin June 19, 2024 07:21
@enricozb enricozb merged commit ef34dbc into main Jun 20, 2024
4 checks passed
@developedby developedby mentioned this pull request Aug 20, 2024
2 tasks
@kings177 kings177 added this to the HVM IO lib v0 milestone Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants