There was an error while loading. Please reload this page.
1 parent 13f74e3 commit f8dc9adCopy full SHA for f8dc9ad
op/fused_act.py
@@ -27,7 +27,7 @@ def forward(ctx, grad_output, out, bias, negative_slope, scale):
27
empty = grad_output.new_empty(0)
28
29
grad_input = fused.fused_bias_act(
30
- grad_output, empty, out, 3, 1, negative_slope, scale
+ grad_output.contiguous(), empty, out, 3, 1, negative_slope, scale
31
)
32
33
dim = [0]
0 commit comments