-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e346811
commit f34f587
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule LibAPR
updated
23 files
+5 −5 | .github/workflows/cmake.yml | |
+0 −4 | .gitmodules | |
+21 −6 | CMakeLists.txt | |
+1 −1 | examples/Example_get_apr.cpp | |
+7 −2 | examples/Example_get_apr_by_block.cpp | |
+2 −0 | examples/Example_get_apr_by_block.hpp | |
+22 −24 | examples/Example_reconstruct_image.cpp | |
+1 −1 | external/c-blosc | |
+0 −1 | external/gtest | |
+10 −32 | src/algorithm/APRConverter.hpp | |
+8 −9 | src/algorithm/APRConverterBatch.hpp | |
+6 −0 | src/algorithm/APRParameters.hpp | |
+39 −0 | src/algorithm/AutoParameters.hpp | |
+6 −3 | src/data_structures/APR/APR.hpp | |
+1 −3 | src/data_structures/APR/access/GPUAccess.hpp | |
+2 −1 | src/io/APRWriter.hpp | |
+3 −1 | src/numerics/APRDownsampleGPU.cu | |
+15 −14 | src/numerics/miscCuda.cu | |
+40 −0 | test/APRParametersTest.cpp | |
+54 −118 | test/APRTest.cpp | |
+1 −0 | test/CMakeLists.txt | |
+1 −1 | vcpkg | |
+4 −4 | vcpkg.json |