Skip to content

Commit b7cbe18

Browse files
chore[gpu]: feature flag gpu tests (#5016)
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 036d44a commit b7cbe18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vortex-gpu/src/jit/run.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ mod tests {
128128
use crate::jit::create_run_jit_kernel;
129129

130130
#[test]
131-
fn jit_arr_f32() -> VortexResult<()> {
131+
fn test_jit_alp() -> VortexResult<()> {
132132
let ctx = CudaContext::new(0).unwrap();
133133
ctx.set_blocking_synchronize().unwrap();
134134
let for_ = ALPArray::try_new(
@@ -159,7 +159,7 @@ mod tests {
159159
}
160160

161161
#[test]
162-
fn jit_arrs() -> VortexResult<()> {
162+
fn test_jit_bitpack() -> VortexResult<()> {
163163
let ctx = CudaContext::new(0).unwrap();
164164
ctx.set_blocking_synchronize().unwrap();
165165
let for_ = BitPackedArray::encode(

0 commit comments

Comments
 (0)