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

Parallelise transposition in multicore backend #1148

Open
athas opened this issue Oct 7, 2020 · 0 comments
Open

Parallelise transposition in multicore backend #1148

athas opened this issue Oct 7, 2020 · 0 comments
Labels
compiler enhancement student-viable Viable as a student project

Comments

@athas
Copy link
Member

athas commented Oct 7, 2020

Currently it uses the sequential C transposition function, which is a recursive cache-oblivious implementation. It should be possible to use the runtime system instead to generate a decent parallelisation.

@athas athas added the student-viable Viable as a student project label Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler enhancement student-viable Viable as a student project
Projects
None yet
Development

No branches or pull requests

1 participant