taichi icon indicating copy to clipboard operation
taichi copied to clipboard

[aot] Support Vulkan layers on MoltenVK platforms

Open PENGUINLIONG opened this issue 1 year ago • 3 comments

Vulkan layers cannot be loaded by directly loading libMoltenVK.dylib because it's merely an implementation of Vulkan driver. This issue is a major obstable on the provision of print in the Vulkan backend. Link to the ICD loader libvulkan.dylib instead.

PENGUINLIONG avatar Sep 19 '22 04:09 PENGUINLIONG

Deploy Preview for docsite-preview ready!

Name Link
Latest commit abbaa309ed425989975731c702462db7f0352b8e
Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/6327f37fa0e6b0000933a4aa
Deploy Preview https://deploy-preview-6097--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 04:09 netlify[bot]

cc @ailzhang You might wanna check if the Python wheel is still working on a machine with no Vulkan SDK nor MoltenVK installed.

PENGUINLIONG avatar Sep 19 '22 04:09 PENGUINLIONG

Thanks! I've verified that this PR enables loading vulkan validation layer on macos, although printing still doesn't work as my M1 machine doesn't support non semantic info extension :(

ailzhang avatar Sep 19 '22 05:09 ailzhang