From c7dba009166aafd4411549a686e720744e399079 Mon Sep 17 00:00:00 2001 From: utensil Date: Tue, 15 Oct 2024 21:56:41 +0800 Subject: [PATCH] Try again for `TIMESTAMP_QUERY` error --- yard-rs/cubecl-xp/tests/test_gelu.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yard-rs/cubecl-xp/tests/test_gelu.rs b/yard-rs/cubecl-xp/tests/test_gelu.rs index cf169d7..d18689b 100644 --- a/yard-rs/cubecl-xp/tests/test_gelu.rs +++ b/yard-rs/cubecl-xp/tests/test_gelu.rs @@ -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]