Skip to content

Commit

Permalink
Merge pull request #38 from luizanao/add-support-gfx908
Browse files Browse the repository at this point in the history
Allow  gfx908 to build
  • Loading branch information
dejay-vu authored Feb 4, 2024
2 parents 68aac13 + b64f45e commit ae7928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def rename_cpp_to_hip(cpp_files):
# Defining a function to validate the GPU architectures and update them if necessary
def validate_and_update_archs(archs):
# List of allowed architectures
allowed_archs = ["native", "gfx90a", "gfx940", "gfx941", "gfx942"]
allowed_archs = ["native", "gfx90a", "gfx908", "gfx940", "gfx941", "gfx942"]

# Validate if each element in archs is in allowed_archs
assert all(
Expand Down

0 comments on commit ae7928c

Please sign in to comment.