Split codec modules and strengthen structural audits#55
Merged
Conversation
…t-cleanup # Conflicts: # crates/j2k-cuda-runtime/src/classic_decode.rs # crates/j2k-cuda-runtime/src/classic_decode/abi.rs # crates/j2k-cuda-runtime/src/classic_decode/launch.rs # crates/j2k-cuda-runtime/src/classic_decode/tests.rs # crates/j2k-cuda-runtime/src/kernels/j2k.rs # crates/j2k-cuda-runtime/src/kernels/tests.rs # crates/j2k-cuda/src/direct_plan.rs # crates/j2k-cuda/src/direct_plan/accessors.rs # crates/j2k-cuda/src/direct_plan/classic.rs # crates/j2k-cuda/src/direct_plan/ht.rs # crates/j2k-cuda/src/direct_plan/shared.rs # crates/j2k-cuda/src/direct_plan/tests.rs # crates/j2k-ml/src/cpu.rs # crates/j2k-ml/src/cuda.rs # crates/j2k-ml/src/cuda/interop.rs # docs/unsafe-audit.md # engineering/ai-codebase-audit-remediation-plan.md # xtask/tests/repo_lint_support/docs_and_workflows_policy/structural_ratchets.rs # xtask/tests/repo_lint_support/docs_and_workflows_policy/structural_ratchets/living_audit.rs # xtask/tests/repo_lint_support/gpu_adapter_policy/cuda_decoder_policy.rs # xtask/tests/repo_lint_support/gpu_adapter_policy/cuda_registry_structure_policy.rs # xtask/tests/repo_lint_support/j2k_ml_policy.rs
jcwal1516
marked this pull request as ready for review
July 22, 2026 04:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
The affected files had accumulated unrelated lifecycle, ABI, registry, and audit responsibilities. This change keeps the existing behavior while making ownership and test boundaries explicit.
Validation
The focused structural and repository checks associated with this worktree were completed before publication. The branch is intentionally a separate draft because it started from an older J2K commit and should be rebased or conflict-resolved independently from the 0.7.4 batch-decoding PR.