taichi
taichi copied to clipboard
[dx12] Add aot for dx12.
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
Deploy Preview for docsite-preview ready!
Name | Link |
---|---|
Latest commit | 09d6de355e6f798ebe97bafa08513557a445592c |
Latest deploy log | https://app.netlify.com/sites/docsite-preview/deploys/63327d20e66c38000963aa57 |
Deploy Preview | https://deploy-preview-6099--docsite-preview.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
@python3kgae FYI we're going to merge https://github.com/taichi-dev/taichi/pull/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
@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.
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. But crash in void Kernel::operator()(LaunchContextBuilder &ctx_builder) {. Will add it next PR.