mirror of
https://github.com/BillyOutlast/flash-attention.git
synced 2026-06-30 21:07:55 -04:00
[AMD ROCm] Support MI350 (#1586)
* enable gfx950 support * update ck for gfx950 --------- Co-authored-by: illsilin <Illia.Silin@amd.com>
This commit is contained in:
@@ -4,3 +4,4 @@
|
||||
[submodule "csrc/composable_kernel"]
|
||||
path = csrc/composable_kernel
|
||||
url = https://github.com/ROCm/composable_kernel.git
|
||||
branch = amd-master
|
||||
|
||||
+1
-1
Submodule csrc/composable_kernel updated: 888317e698...72c0261ef1
@@ -132,7 +132,7 @@ def rename_cpp_to_cu(cpp_files):
|
||||
|
||||
def validate_and_update_archs(archs):
|
||||
# List of allowed architectures
|
||||
allowed_archs = ["native", "gfx90a", "gfx940", "gfx941", "gfx942"]
|
||||
allowed_archs = ["native", "gfx90a", "gfx950", "gfx942"]
|
||||
|
||||
# Validate if each element in archs is in allowed_archs
|
||||
assert all(
|
||||
|
||||
Reference in New Issue
Block a user