Skip to content

Commit

Permalink
Remove custom Wasm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ulan authored and kali committed Jun 2, 2024
1 parent d8caed2 commit 2a2914a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 343 deletions.
3 changes: 0 additions & 3 deletions linalg/src/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,3 @@ unsafe fn kernel_f32_4x4(spec: &[FusedKerSpec<f32>]) -> isize {
#[allow(non_camel_case_types)]
pub type wasm_f32_4x4 = WasmMmm4x4;
test_mmm_kernel_f32!(wasm_f32_4x4, true);

#[cfg(test)]
mod tests;
340 changes: 0 additions & 340 deletions linalg/src/wasm/tests.rs

This file was deleted.

0 comments on commit 2a2914a

Please sign in to comment.