We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf93fd commit f48976eCopy full SHA for f48976e
vortex-gpu/benches/gpu_bitunpack.rs
@@ -2,6 +2,7 @@
2
// SPDX-FileCopyrightText: Copyright the Vortex contributors
3
4
#![allow(clippy::unwrap_used)]
5
+#![cfg(gpu_unstable)]
6
7
use std::sync::Arc;
8
use std::time::Duration;
0 commit comments