test code for in-place odd rank multidimensional FFTs

This commit is contained in:
Mark Borgerding
2004-02-02 01:47:32 +00:00
parent b9edc58bad
commit 490a602472
3 changed files with 158 additions and 10 deletions

View File

@ -68,6 +68,8 @@ test: all
@echo "======timing test (type=$(DATATYPE))"
@./$(BENCHKISS) -x $(NUMFFTS) -n $(NFFT)
@[ -x ./$(BENCHFFTW) ] && ./$(BENCHFFTW) -x $(NUMFFTS) -n $(NFFT) ||true
@echo "======higher dimensions type=$(DATATYPE))"
@for dim in 2 3 4 5 6 7 8 9; do ./testkiss.py $$dim ;done
selftest.c:
./mk_test.py 10 12 14 > selftest.c