We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3dd0b commit 5b7cdcdCopy full SHA for 5b7cdcd
src/kernel.rs
@@ -94,6 +94,7 @@ pub(crate) trait GemmKernel {
94
pub(crate) trait Element : Copy + Send + Sync {
95
fn zero() -> Self;
96
fn one() -> Self;
97
+ #[cfg_attr(not(test), allow(unused))]
98
fn test_value() -> Self;
99
fn is_zero(&self) -> bool;
100
fn add_assign(&mut self, rhs: Self);
0 commit comments