vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
9
//! Doc.

pub use kernel::{
    chacha20_block, chacha20_state_from_key_nonce_counter, cpu, quarter_round, wgsl_only, INPUTS,
    LAWS, OUTPUTS, SPEC,
};
pub mod lowering;

automod::dir!(pub "src/ops/crypto/chacha20_block");