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 cf8fb2e commit e1a2d5eCopy full SHA for e1a2d5e
discover/types.go
@@ -182,7 +182,8 @@ func (l GpuInfoList) FlashAttentionSupported() bool {
182
for _, gpu := range l {
183
supportsFA := gpu.Library == "metal" ||
184
(gpu.Library == "cuda" && gpu.DriverMajor >= 7) ||
185
- gpu.Library == "rocm"
+ gpu.Library == "rocm" ||
186
+ gpu.Library == "musa"
187
188
if !supportsFA {
189
return false
0 commit comments