-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing CPU Support for Comprimato J2K Compress and Decompress #375
base: master
Are you sure you want to change the base?
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5df9aae - Browse repository at this point
Copy the full SHA 5df9aaeView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fb6d5f - Browse repository at this point
Copy the full SHA 4fb6d5fView commit details
Commits on Jun 17, 2024
-
Refactor cmpto compress to prefer cmpto_version::technology checks ov…
…er have_cuda conditionals j2k_compress_platform now uses CMPTO_TECHNOLOGY_{CPU,CUDA} instead of 1, 2 bool supports_cmpto_technology(int) function created for checking if supported technology version is supported on system Added NoCmptoTechnologyFound exception for error reporting
Configuration menu - View commit details
-
Copy full SHA for 3387b7f - Browse repository at this point
Copy the full SHA 3387b7fView commit details -
Refactor cmpto decompress to prefer cmpto_version::technology checks …
…over cuda conditionals Remove #ifdef HAVE_CUDA j2k_decompress_platform now uses CMPTO_TECHNOLOGY_{CPU,CUDA} instead of 1, 2 bool supports_cmpto_technology(int) function created for checking if supported technology version is supported on system
Configuration menu - View commit details
-
Copy full SHA for fb19aaa - Browse repository at this point
Copy the full SHA fb19aaaView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95b9a7e - Browse repository at this point
Copy the full SHA 95b9a7eView commit details -
Use cuda_allocator naming over allocator for using statement
This matches cpu_allocator naming and helps to be explicit about what allocator is being used during video_frame_pool creation during `bool state_video_compress_j2k::initialize_j2k_enc_ctx()`
Configuration menu - View commit details
-
Copy full SHA for fbdeef3 - Browse repository at this point
Copy the full SHA fbdeef3View commit details
Commits on Sep 6, 2024
-
Implementing Commit [9577372](CESNET@9577372) from master
Configuration menu - View commit details
-
Copy full SHA for 08969b5 - Browse repository at this point
Copy the full SHA 08969b5View commit details -
Implement commit [9e05752](CESNET@9e05752)
Configuration menu - View commit details
-
Copy full SHA for 1ea3b5a - Browse repository at this point
Copy the full SHA 1ea3b5aView commit details -
Mirror [779021b](CESNET@779021b) from master
Configuration menu - View commit details
-
Copy full SHA for 9ae3bb2 - Browse repository at this point
Copy the full SHA 9ae3bb2View commit details -
Implement Commit c2e7811 from master
Implementation of [c2e7811}(CESNET@c2e7811) from master
Configuration menu - View commit details
-
Copy full SHA for aea5ffa - Browse repository at this point
Copy the full SHA aea5ffaView commit details -
Implementing ca71f59 from master
Implementing [ca71f59](CESNET@ca71f59) from master
Configuration menu - View commit details
-
Copy full SHA for 10b4c69 - Browse repository at this point
Copy the full SHA 10b4c69View commit details -
Implementing 4061f8d from master
Implementing [4061f8d](CESNET@4061f8d) from master
Configuration menu - View commit details
-
Copy full SHA for c133739 - Browse repository at this point
Copy the full SHA c133739View commit details -
Implementing c2cebd3 from master
Implementing [c2cebd3](CESNET@c2cebd3) from master
Configuration menu - View commit details
-
Copy full SHA for 0b57147 - Browse repository at this point
Copy the full SHA 0b57147View commit details -
Implement af5d584 and 3adb9a4 from master
Implement [af5d584](CESNET@af5d584) and [3adb9a4](CESNET@3adb9a4)
Configuration menu - View commit details
-
Copy full SHA for bf7e84d - Browse repository at this point
Copy the full SHA bf7e84dView commit details -
Implement [930abe5](CESNET@930abe5) from master
Configuration menu - View commit details
-
Copy full SHA for 2bd4c09 - Browse repository at this point
Copy the full SHA 2bd4c09View commit details -
Implement [39c9c40](CESNET@39c9c40) from master
Configuration menu - View commit details
-
Copy full SHA for cc0d31c - Browse repository at this point
Copy the full SHA cc0d31cView commit details -
Implement [cc6b820](CESNET@cc6b820) from master
Configuration menu - View commit details
-
Copy full SHA for 1c4c1df - Browse repository at this point
Copy the full SHA 1c4c1dfView commit details -
Implement [1cffc72](CESNET@1cffc72) from master
Configuration menu - View commit details
-
Copy full SHA for c9e111f - Browse repository at this point
Copy the full SHA c9e111fView commit details -
Implement [7b91ebb](CESNET@7b91ebb) from master
Configuration menu - View commit details
-
Copy full SHA for a612bbe - Browse repository at this point
Copy the full SHA a612bbeView commit details -
Implement [94afd6c](CESNET@94afd6c) from master
Configuration menu - View commit details
-
Copy full SHA for 0fdabb4 - Browse repository at this point
Copy the full SHA 0fdabb4View commit details -
Implement [9304717](CESNET@9304717) from master
Configuration menu - View commit details
-
Copy full SHA for bd44e8a - Browse repository at this point
Copy the full SHA bd44e8aView commit details -
Implement fa93411, 4f3add7, 876870f, ad7929b, 95dea89
Implement the following from master [fa93411](CESNET@fa93411) [4f3add7](CESNET@4f3add7) [876870f](CESNET@876870f) [ad7929b](CESNET@ad7929b) [95dea89](CESNET@95dea89)
Configuration menu - View commit details
-
Copy full SHA for f893b43 - Browse repository at this point
Copy the full SHA f893b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7eba41 - Browse repository at this point
Copy the full SHA a7eba41View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7aeac4c - Browse repository at this point
Copy the full SHA 7aeac4cView commit details
Commits on Sep 10, 2024
-
Resolve remaining merge issues
Remove duplicate #include, variables, functions, etc Class member 'pool' is a unique_ptr. Changed calls to pool from . to -> Renamed req_tile_limit and req_mem_limit to cuda_tile_limit and cuda_mem_limit to match class member name
Configuration menu - View commit details
-
Copy full SHA for c307088 - Browse repository at this point
Copy the full SHA c307088View commit details -
Merge pull request #2 from ATrivialAtomic/wip-cmpto-j2k-cpu-conflict-…
…resolution Merge temp branch used to resolve remaining sync conflicts. See commit c307088 for details.
Configuration menu - View commit details
-
Copy full SHA for 392b3b4 - Browse repository at this point
Copy the full SHA 392b3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f1ae4 - Browse repository at this point
Copy the full SHA d3f1ae4View commit details -
j2k_decompress_reconfigure will check for platform type
j2k_decompress_reconfigure now checks state_decompress_j2k class member platform to see if it is set to j2k_decompress_platform::CPU or j2k_decompress_platform::CUDA prior to calling cmpto_j2k_dec_ctx_cfg_add_cuda_device / cmpto_j2k_dec_ctx_cfg_add_cpu
Configuration menu - View commit details
-
Copy full SHA for 28b98a9 - Browse repository at this point
Copy the full SHA 28b98a9View commit details