Skip to content

Commit

Permalink
Try again for TIMESTAMP_QUERY error
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 15, 2024
1 parent 4ffbb24 commit c7dba00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions yard-rs/cubecl-xp/tests/test_gelu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ fn test_launch() {
}
}

// --- TRY 1 STDERR: cubecl-xp::test_gelu test_shader ---
// thread 'test_shader' panicked at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-22.1.0/src/backend/wgpu_core.rs:3411:5:
// wgpu error: Validation Error
//
// Caused by:
// In Device::create_query_set
// Features Features(TIMESTAMP_QUERY) are required but not enabled on the device

#[cfg(feature = "wgpu")]
#[cfg(not(target_os = "windows"))]
#[test]
Expand Down

0 comments on commit c7dba00

Please sign in to comment.