Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nitheshsrikanth-mcw committed Nov 8, 2024
1 parent d8dd82d commit ac65c37
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 113 deletions.
4 changes: 0 additions & 4 deletions scripts/generate-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ tools/generate-vscaleextexp-test.py --spec test/f32-vscaleextexp.yaml --output t
### Tests for VScaleExpMinusMax micro-kernels
tools/generate-vscaleexpminusmax-test.py --spec test/f32-vscaleexpminusmax.yaml --output test/f32-vscaleexpminusmax.cc &

### Tests for VMulCAddC micro-kernels
tools/generate-vmulcaddc-test.py --tester VMulCAddCMicrokernelTester --ukernel f16-vmulcaddc --output test/f16-vmulcaddc-minmax.cc &
tools/generate-vmulcaddc-test.py --tester VMulCAddCMicrokernelTester --ukernel f32-vmulcaddc --output test/f32-vmulcaddc-minmax.cc &

### Tests for the portable SIMD wrappers.
tools/xngen test/f32-simd.cc.in -D ARCH=scalar -D ARCH_MACRO="" -D TEST_REQUIRES="" -o test/f32-simd-scalar.cc &
tools/xngen test/f32-simd.cc.in -D ARCH=sse2 -D ARCH_MACRO="XNN_ARCH_X86 || XNN_ARCH_X86_64" -D TEST_REQUIRES=TEST_REQUIRES_X86_SSE2 -o test/f32-simd-sse2.cc &
Expand Down
2 changes: 1 addition & 1 deletion test/vmulcaddc-microkernel-tester.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,4 @@ class VMulCAddCMicrokernelTester {
.Test(ukernel, init_params); \
} \
} \
}
}
108 changes: 0 additions & 108 deletions tools/generate-vmulcaddc-test.py

This file was deleted.

0 comments on commit ac65c37

Please sign in to comment.