Skip to content

Commit

Permalink
add more navi devices
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Sep 13, 2024
1 parent fe2aea8 commit 5f153c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/perf-kernels/flash-attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def get_NAVI_autotune_configs():

def is_navi():
target = triton.runtime.driver.active.get_current_target()
return target.backend == 'hip' and target.arch in ["gfx1030"]
return target.backend == 'hip' and target.arch in ["gfx1030", "gfx1100", "gfx1101", "gfx1102", "gfx1200", "gfx1201"]


def get_autotune_configs():
Expand Down

0 comments on commit 5f153c5

Please sign in to comment.