提交 f8b0f2cb 编写于 作者: M Megvii Engine Team

build(dnn/cutlass): fix build for cutlass

GitOrigin-RevId: 9aa095fe84e7f01646280b49bc268e52e4fb6909
上级 0fb4e9a9
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册