We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7fb88 commit 8572873Copy full SHA for 8572873
burn-autodiff/src/tests/transpose.rs
@@ -23,7 +23,6 @@ mod tests {
23
}
24
25
#[test]
26
- #[cfg(not(feature = "accelerate"))]
27
fn should_diff_swap_dims() {
28
let tensor_1 =
29
TestAutodiffTensor::from_floats([[[0.0, 1.0], [3.0, 4.0]], [[6.0, 7.0], [9.0, 10.0]]])
0 commit comments