We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617b513 commit 91c1edfCopy full SHA for 91c1edf
discover/types.go
@@ -183,7 +183,8 @@ func (l GpuInfoList) FlashAttentionSupported() bool {
183
supportsFA := gpu.Library == "cpu" ||
184
gpu.Library == "metal" ||
185
(gpu.Library == "cuda" && gpu.DriverMajor >= 7) ||
186
- gpu.Library == "rocm"
+ gpu.Library == "rocm" ||
187
+ gpu.Library == "musa"
188
189
if !supportsFA {
190
return false
0 commit comments