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

[vulkan] Change command list submit error message & misc device API cleanups #7395

Merged
merged 2 commits into from
Feb 20, 2023

Conversation

bobcao3
Copy link
Collaborator

@bobcao3 bobcao3 commented Feb 18, 2023

Brief Summary

The confusing "failed to submit command buffer" error message has been replaced with a device lost message (which is the typical type of failure that occurs when failing to submit cmdbuf).

In addition, framebuffer caching code is removed, the reason not to do so is addressed in the comments. There are other misc changes / code quality changes included.

@bobcao3 bobcao3 requested a review from k-ye February 18, 2023 11:47
@netlify
Copy link

netlify bot commented Feb 18, 2023

Deploy Preview for docsite-preview canceled.

Name Link
🔨 Latest commit dacfb01
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/63f0bb0e3bec4d00082127a6

Copy link
Contributor

@ailzhang ailzhang left a comment

Choose a reason for hiding this comment

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

Thanks!

@ailzhang ailzhang merged commit f0d628b into taichi-dev:master Feb 20, 2023
quadpixels pushed a commit to quadpixels/taichi that referenced this pull request May 13, 2023
…leanups (taichi-dev#7395)

### Brief Summary

The confusing "failed to submit command buffer" error message has been
replaced with a device lost message (which is the typical type of
failure that occurs when failing to submit cmdbuf).

In addition, framebuffer caching code is removed, the reason not to do
so is addressed in the comments. There are other misc changes / code
quality changes included.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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