Issue Summary
When building with tests ON and compute capability 90, the master branch fails to build test_periodicity_strategy_1
Steps to Reproduce
Use cmake -DCUDA_ARCH="9.0" -DENABLE_TESTS=ON path/to/astro-accelerate
Expected Outcome
Produce the test_periodicity_strategy_1 executable
Actual Outcome
No executable produced
Configuration
CUDA 12.9, GCC 11.4.0
Notes
I see that the class constructor signature in test_periodicity_strategy_1.cpp does not appear in the definition in include/aa_periodicity_plan.hpp. Has the class been updated but the test not?
Issue Summary
When building with tests ON and compute capability 90, the master branch fails to build
test_periodicity_strategy_1Steps to Reproduce
Use
cmake -DCUDA_ARCH="9.0" -DENABLE_TESTS=ON path/to/astro-accelerateExpected Outcome
Produce the
test_periodicity_strategy_1executableActual Outcome
No executable produced
Configuration
CUDA 12.9, GCC 11.4.0
Notes
I see that the class constructor signature in
test_periodicity_strategy_1.cppdoes not appear in the definition ininclude/aa_periodicity_plan.hpp. Has the class been updated but the test not?