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

Implement separate lowerers for C and CUDA #515

Open
wants to merge 13 commits into
base: split-cuda-lowerer
Choose a base branch
from

Conversation

zhang677
Copy link
Contributor

I created two classes: LowererImplC and LowererImplCUDA. They implement lowerForall, lowerWhere and helper functions called by them separately for CPU code and CUDA code. This is the starting point of supporting more types of backends.

@weiya711 weiya711 self-requested a review June 24, 2022 23:16
@zhang677 zhang677 changed the base branch from master to split-cuda-lowerer June 25, 2022 00:04
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.

None yet

1 participant