Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Feb 26, 2025
1 parent b1051da commit 665d95d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions build_tools/fetch_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def main(argv):
"half",
"HIP",
"HIPIFY",
# "llvm-project",
"llvm-project",
"rccl",
"rocm_smi_lib",
"rocm-cmake",
Expand All @@ -217,30 +217,30 @@ def main(argv):
nargs="+",
type=str,
default=[
# "hipBLAS-common",
# "hipBLAS",
# "hipBLASLt",
# "hipCUB",
# "hipFFT",
# "hipRAND",
# "hipSOLVER",
# "hipSPARSE",
# "Tensile",
# "rocBLAS",
# "rocFFT",
# "rocPRIM",
# "rocRAND",
# "rocSOLVER",
# "rocSPARSE",
# "rocThrust",
"hipBLAS-common",
"hipBLAS",
"hipBLASLt",
"hipCUB",
"hipFFT",
"hipRAND",
"hipSOLVER",
"hipSPARSE",
"Tensile",
"rocBLAS",
"rocFFT",
"rocPRIM",
"rocRAND",
"rocSOLVER",
"rocSPARSE",
"rocThrust",
],
)
parser.add_argument(
"--ml-framework-projects",
nargs="+",
type=str,
default=[
# "MIOpen",
"MIOpen",
],
)
args = parser.parse_args(argv)
Expand Down

0 comments on commit 665d95d

Please sign in to comment.