diff --git a/dnn/scripts/cutlass_generator/BUILD b/dnn/scripts/cutlass_generator/BUILD index 4c02fb516571e9012a542e5a6b59f47aa2a9c37d..27c4529e3149c769b028096872f7c896dc0500de 100644 --- a/dnn/scripts/cutlass_generator/BUILD +++ b/dnn/scripts/cutlass_generator/BUILD @@ -4,8 +4,6 @@ genrule( name = "cutlass_kimpls", outs = cutlass_gen_list, cmd = """GEN=$(location //brain/megbrain/dnn/scripts/cutlass_generator:generator.py) - pwd > /tmp/a - echo $(@D) > /tmp/b python3 $$GEN --operations gemm --type simt $(@D) python3 $$GEN --operations gemv --type simt $(@D) python3 $$GEN --operations deconv --type simt $(@D)