Skip to main content

segmented_mm

Macro segmented_mm 

Source
macro_rules! segmented_mm {
    ($a:expr, $b:expr, $segments:expr) => { ... };
    ($a:expr, $b:expr, $segments:expr, stream = $stream:expr) => { ... };
}
👎Deprecated since 0.26.0:

use with_stream or with_device around segmented_mm

Expand description

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