We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036d44a commit b7cbe18Copy full SHA for b7cbe18
vortex-gpu/src/jit/run.rs
@@ -128,7 +128,7 @@ mod tests {
128
use crate::jit::create_run_jit_kernel;
129
130
#[test]
131
- fn jit_arr_f32() -> VortexResult<()> {
+ fn test_jit_alp() -> VortexResult<()> {
132
let ctx = CudaContext::new(0).unwrap();
133
ctx.set_blocking_synchronize().unwrap();
134
let for_ = ALPArray::try_new(
@@ -159,7 +159,7 @@ mod tests {
159
}
160
161
162
- fn jit_arrs() -> VortexResult<()> {
+ fn test_jit_bitpack() -> VortexResult<()> {
163
164
165
let for_ = BitPackedArray::encode(
0 commit comments