-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Comments
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
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
…text (taichi-dev#7282) Issue: taichi-dev#7251 ### Brief Summary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
llvm_context_host_
andllvm_context_device_
are never both used in the same backend, so we can unify them and only use a singlellvm_context_
.The text was updated successfully, but these errors were encountered: