-
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
[dx12] Add aot for dx12. #6099
[dx12] Add aot for dx12. #6099
Conversation
✅ Deploy Preview for docsite-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@python3kgae FYI we're going to merge #5846 soon after branchcut for v1.1.3 tmr which might conflict with this PR, would you mind holding on this PR a bit and rebase on top of that once it's merged? Thanks a lot! cc: @strongoier @feisuzhu |
Sure. I'll rebase once #5846 is in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, thanks! Btw you can further add test cases with "[python] aot_save + [C++] aot_load_and_run", with reference to https://github.com/taichi-dev/taichi/pull/5594/files
Tried to make it work. |
bce9912
to
4124d46
Compare
Only make sure the whole pipeline generate something. No real dxil generated yet. Move DX12 build to gpu ci which will run the aot test.
for more information, see https://pre-commit.ci
5e68207
to
b744df3
Compare
This reverts commit 73dac71.
Only make sure the pipeline generate something.
No real dxil generated yet.
Move DX12 build to gpu ci which will run the aot test.
Issue: #5276