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

Validate that at least one index must be specified in pass timestamp writes #6583

Conversation

ErichDonGubler
Copy link
Member

@ErichDonGubler ErichDonGubler commented Nov 22, 2024

Connections

Description

Recommended review experience is commit-by-commit. Each individual commit should pass CI!

Testing

  • CTS: webgpu:api,validation,encoding,beginComputePass:timestampWrites,query_index: beginningOfPassWriteIndex="_undef_";endOfPassWriteIndex="_undef_"

Checklist

  • Run cargo fmt.
  • Run taplo format.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@ErichDonGubler ErichDonGubler added type: bug Something isn't working area: validation Issues related to validation, diagnostics, and error handling area: correctness We're behaving incorrectly area: cts Issues stemming from the WebGPU Conformance Test Suite labels Nov 22, 2024
@ErichDonGubler ErichDonGubler self-assigned this Nov 22, 2024
@ErichDonGubler ErichDonGubler force-pushed the no-forever-alone-timestamp-writes-kthx branch from 7fa4299 to a7b56e0 Compare November 22, 2024 04:37
@ErichDonGubler ErichDonGubler force-pushed the no-forever-alone-timestamp-writes-kthx branch from a7b56e0 to f8fbd71 Compare November 22, 2024 04:42
@ErichDonGubler ErichDonGubler marked this pull request as ready for review November 22, 2024 04:43
@ErichDonGubler ErichDonGubler requested a review from a team as a code owner November 22, 2024 04:43
@ErichDonGubler ErichDonGubler changed the base branch from trunk to v22 November 22, 2024 04:44
@ErichDonGubler ErichDonGubler requested a review from a team as a code owner November 22, 2024 04:44
@ErichDonGubler ErichDonGubler changed the base branch from v22 to trunk November 22, 2024 04:44
Copy link
Member

@teoxoy teoxoy left a comment

Choose a reason for hiding this comment

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

Nice!

@ErichDonGubler ErichDonGubler merged commit 19d80fe into gfx-rs:trunk Nov 22, 2024
27 checks passed
@ErichDonGubler ErichDonGubler deleted the no-forever-alone-timestamp-writes-kthx branch November 22, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: correctness We're behaving incorrectly area: cts Issues stemming from the WebGPU Conformance Test Suite area: validation Issues related to validation, diagnostics, and error handling type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants