Skip to content
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

[bug] [vulkan] Only enable non_semantic_info cap when validation layer is on #6129

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

ailzhang
Copy link
Contributor

@ailzhang ailzhang commented Sep 22, 2022

related: #5350

Thanks @turbo0628 and @lin-hitonami for catching this! It turns out codegening non-semantic info spirv code isn't no-op when validation is off. It slows down the program execution so we should properly guard it.

…r is on

related: taichi-dev#5350

Thanks @turbo0628 and @lin-hintonami for catching this!
It turns out codegening non-semantic info spirv code isn't no-op when
validation is off. It slows down the program execution so we should
properly guard it.
@netlify
Copy link

netlify bot commented Sep 22, 2022

Deploy Preview for docsite-preview canceled.

Name Link
🔨 Latest commit 4dac992
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/632bd7effce2400009ca90ba

@ailzhang ailzhang changed the title [bug] [vulkan] Only enable non_semantic_info cap when validation laye… [bug] [vulkan] Only enable non_semantic_info cap when validation layer is on Sep 22, 2022
Copy link
Contributor

@lin-hitonami lin-hitonami left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants