From 36d4e78eb33bec11f30c5fcd48ee2e7ddf32a026 Mon Sep 17 00:00:00 2001 From: Lei Wen Date: Tue, 17 Oct 2023 15:16:02 +0800 Subject: [PATCH] bad code practice Signed-off-by: Lei Wen --- python/tvm/contrib/cutlass/build.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/tvm/contrib/cutlass/build.py b/python/tvm/contrib/cutlass/build.py index cd990d0eea..8c90d84c1b 100644 --- a/python/tvm/contrib/cutlass/build.py +++ b/python/tvm/contrib/cutlass/build.py @@ -35,6 +35,8 @@ def has_cutlass(): """Returns true if the CUTLASS custom codegen is available""" return tvm.get_global_func("relay.ext.cutlass.create_c_source_module", True) is not None +def ddd(): + print("testing") def _get_cutlass_path(): invalid_paths = []