Skip to content

Commit

Permalink
Disable colfax cutlass
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Dec 19, 2024
1 parent 9a9a342 commit bdea110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def setup_hip(args: argparse.Namespace):
if args.fa3 or args.all:
logger.info("[tritonbench] installing fa3...")
install_fa3()
if args.colfax or args.all:
if args.colfax:
logger.info("[tritonbench] installing colfax cutlass-kernels...")
from tools.cutlass_kernels.install import install_colfax_cutlass

Expand Down

0 comments on commit bdea110

Please sign in to comment.