Hi,
I enhanced ZFP to also support 4D arrays for CUDA and would like to open a PR soon to merge this into the main project.
However, I see when running the tests (built with -DBUILD_TESTING_FULL=ON ) that for the 4D case, the test suite seems to run mock tests for the CUDA 4D cases and assert 0x0 due to the fact this functionality wasn't implemented previously.
I don't have much experience with GoogleTest and find the whole structure of the tests a bit confusing, can you point me to the right files/lines of code I have to adjust so the tests are testing against the actual checksum?
Thanks and best,
Jan
Hi,
I enhanced ZFP to also support 4D arrays for CUDA and would like to open a PR soon to merge this into the main project.
However, I see when running the tests (built with
-DBUILD_TESTING_FULL=ON) that for the 4D case, the test suite seems to run mock tests for the CUDA 4D cases and assert0x0due to the fact this functionality wasn't implemented previously.I don't have much experience with GoogleTest and find the whole structure of the tests a bit confusing, can you point me to the right files/lines of code I have to adjust so the tests are testing against the actual checksum?
Thanks and best,
Jan