Skip to content

Commit

Permalink
Skip fa2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Dec 20, 2024
1 parent b413944 commit 1e03e04
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 @@ -121,7 +121,7 @@ def setup_hip(args: argparse.Namespace):
if args.fbgemm or args.all:
logger.info("[tritonbench] installing FBGEMM...")
install_fbgemm()
if args.fa2 or args.all:
if args.fa2:
logger.info("[tritonbench] installing fa2 from source...")
install_fa2(compile=True)
if args.colfax:
Expand Down

0 comments on commit 1e03e04

Please sign in to comment.