Skip to content

Commit

Permalink
remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jul 10, 2024
1 parent 4ff64ca commit c281b86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
3 changes: 0 additions & 3 deletions core/src/ops/matmul.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ pub mod lir_unary;
pub mod mir_quant;
pub mod pack;

#[cfg(test)]
mod test_block_quant;

use crate::internal::*;

pub fn output_type(input: DatumType) -> DatumType {
Expand Down
64 changes: 0 additions & 64 deletions core/src/ops/matmul/test_block_quant.rs

This file was deleted.

0 comments on commit c281b86

Please sign in to comment.