Skip to content

Commit f48976e

Browse files
authored
chore: gpu_bitunpack bench is behind cfg flag (#5369)
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent cbf93fd commit f48976e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vortex-gpu/benches/gpu_bitunpack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

44
#![allow(clippy::unwrap_used)]
5+
#![cfg(gpu_unstable)]
56

67
use std::sync::Arc;
78
use std::time::Duration;

0 commit comments

Comments
 (0)