Skip to content

Commit 96c5b13

Browse files
committed
init
1 parent 7905104 commit 96c5b13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/cuda/cuda_backend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def get_decomposition_table(cls) -> Dict[Any, Any]:
4949
@classmethod
5050
def get_custom_passes(cls) -> List[typing.Any]:
5151
"""Return CUDA-specific passes: ReplaceEdgeOpWithTritonOpPass"""
52-
return [ReplaceEdgeOpWithTritonOpPass()]
52+
# return [ReplaceEdgeOpWithTritonOpPass()]
53+
return []
5354

5455
@classmethod
5556
def get_aoti_compile_options(

0 commit comments

Comments
 (0)