Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7496f047 authored by hhakim's avatar hhakim
Browse files

Remove complex scalar test in hierarchical butterly C++ test (because only...

Remove complex scalar test in hierarchical butterly C++ test (because only hadamard factorization is tested).
parent e15bd554
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ if(MATIO_LIB_FILE AND MATIO_INC_DIR AND BUILD_READ_MAT_FILE AND NOT NOCPPTESTS)
endif()
if(${TEST_FPP} MATCHES complex )
set(TEST_IS_COMPLEX 1)
if(${testin} MATCHES GivensFGFT OR ${testin} MATCHES palm4msa_2020 OR ${testin} MATCHES hierarchical2020.* OR ${testin} MATCHES hierarchicalFactorizationHadamard )
if(${testin} MATCHES GivensFGFT OR ${testin} MATCHES palm4msa_2020 OR ${testin} MATCHES hierarchical2020.* OR ${testin} MATCHES hierarchicalFactorizationHadamard OR ${testin} MATCHES hierarchicalFactorizationButterfly)
continue()
endif()
# GivensFGFT doesn't handle complex matrices
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment