Skip to content

Commit 1053e82

Browse files
committed
remove useless thing
1 parent 555b295 commit 1053e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tilegym/ops/activation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def relu(x: torch.Tensor) -> torch.Tensor:
2424
raise NotImplementedError(f"relu is not implemented for {get_current_backend()}")
2525

2626

27-
@dispatch("gelu", fallback_backend="triton")
27+
@dispatch("gelu")
2828
def gelu(x: torch.Tensor, approximate: str = "none") -> torch.Tensor:
2929
"""
3030
Applies the Gaussian Error Linear Unit function element-wise.

0 commit comments

Comments
 (0)