j2k-cuda 0.11.0

CUDA adapter for resident HTJ2K decode/encode and shared JPEG 2000 stages
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: MIT OR Apache-2.0

#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub(super) enum AutoCudaRejection {
    Ineligible,
    NotBenchmarkQualified,
}