Skip to content

Commit f2fd779

Browse files
authored
chore: Only run cuda tests with cuda feature (#4975)
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent d0b49b1 commit f2fd779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vortex-gpu/src/jit/run.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ fn collect_args<'a>(
115115
Ok(())
116116
}
117117

118+
#[cfg(all(target_os = "linux", feature = "cuda"))]
118119
#[cfg(test)]
119120
mod tests {
120121
use cudarc::driver::CudaContext;

0 commit comments

Comments
 (0)