vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Shannon entropy operation module.

pub mod kernel;
pub use kernel::{
    constants, entropy_program, input_byte, laws, probability_bucket, spec,
    uniform_byte_distribution_entropy, ALL_SAME_BYTE_ENTROPY, ENTROPY_SCALE, HISTOGRAM_BUCKETS,
    INPUTS, LAWS, SPEC, UNIFORM_BYTE_DISTRIBUTION_ENTROPY,
};

// Backend-specific lowering tripwires for entropy.

// Fixed-point Shannon entropy approximation as a Category A IR composition.