Macro block_masked_mm

Source
macro_rules! block_masked_mm {
    ($a:expr, $b:expr) => { ... };
    ($a:expr, $b:expr, stream = $stream:expr) => { ... };
    ($a:expr, $b:expr, block_size = $block_size:expr) => { ... };
    ($a:expr, $b:expr, block_size = $block_size:expr, stream = $stream:expr) => { ... };
    ($a:expr, $b:expr, mask_out = $mask_out:expr) => { ... };
    ($a:expr, $b:expr, mask_out = $mask_out:expr, stream = $stream:expr) => { ... };
    ($a:expr, $b:expr, mask_lhs = $mask_lhs:expr) => { ... };
    ($a:expr, $b:expr, mask_lhs = $mask_lhs:expr, stream = $stream:expr) => { ... };
    ($a:expr, $b:expr, mask_rhs = $mask_rhs:expr) => { ... };
    ($a:expr, $b:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr) => { ... };
    ($a:expr, $b:expr, block_size = $block_size:expr, mask_out = $mask_out:expr) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, block_size = $block_size:expr, mask_lhs = $mask_lhs:expr) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, block_size = $block_size:expr, mask_rhs = $mask_rhs:expr) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_rhs =
        $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, block_size = $block_size:expr, mask_out = $mask_out:expr) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs = $mask_lhs:expr) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, mask_out = $mask_out:expr, mask_rhs = $mask_rhs:expr) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_rhs =
        $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, block_size = $block_size:expr, mask_lhs = $mask_lhs:expr) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs = $mask_lhs:expr) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr) => { ... };
    (
        $a:expr, $b:expr, mask_lhs = $mask_lhs:expr, mask_rhs =
        $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, block_size = $block_size:expr, mask_rhs = $mask_rhs:expr) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_rhs =
        $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, mask_out = $mask_out:expr, mask_rhs = $mask_rhs:expr) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_rhs =
        $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, $b:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr) => { ... };
    (
        $a:expr, $b:expr, mask_lhs = $mask_lhs:expr, mask_rhs =
        $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, mask_out = $mask_out:expr, mask_lhs =
        $mask_lhs:expr, mask_rhs = $mask_rhs:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr
    ) => { ... };
    (
        $a:expr, $b:expr, block_size = $block_size:expr, mask_out =
        $mask_out:expr, mask_lhs = $mask_lhs:expr, mask_rhs = $mask_rhs:expr,
        stream = $stream:expr
    ) => { ... };
}
Expand description

Macro generated for the function crate::ops::block_masked_mm. See the function documentation for more details.