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

Unify the llvm context of host and device #7251

Closed
lin-hitonami opened this issue Jan 29, 2023 · 0 comments · Fixed by #7249
Closed

Unify the llvm context of host and device #7251

lin-hitonami opened this issue Jan 29, 2023 · 0 comments · Fixed by #7249

Comments

@lin-hitonami
Copy link
Contributor

Describe the bug
The llvm_context_host_ and llvm_context_device_ are never both used in the same backend, so we can unify them and only use a single llvm_context_.

@github-project-automation github-project-automation bot moved this to Untriaged in Taichi Lang Jan 29, 2023
@github-project-automation github-project-automation bot moved this from Untriaged to Done in Taichi Lang Feb 1, 2023
lin-hitonami added a commit that referenced this issue Feb 1, 2023
Issue: fixes #7251
The` llvm_context_host_` and `llvm_context_device_` are never both used
in the same backend, so we can unify them and only use a single
`llvm_context_`.
### Brief Summary
lin-hitonami added a commit that referenced this issue Feb 2, 2023
quadpixels pushed a commit to quadpixels/taichi that referenced this issue May 13, 2023
Issue: fixes taichi-dev#7251
The` llvm_context_host_` and `llvm_context_device_` are never both used
in the same backend, so we can unify them and only use a single
`llvm_context_`.
### Brief Summary
quadpixels pushed a commit to quadpixels/taichi that referenced this issue May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant