taichi icon indicating copy to clipboard operation
taichi copied to clipboard

[dx12] Add aot for dx12.

Open python3kgae opened this issue 1 year ago • 4 comments

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

python3kgae avatar Sep 19 '22 05:09 python3kgae

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Sep 19 '22 05:09 netlify[bot]

@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

ailzhang avatar Sep 19 '22 05:09 ailzhang

@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.

python3kgae avatar Sep 19 '22 05:09 python3kgae

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.

python3kgae avatar Sep 20 '22 07:09 python3kgae