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 a788177 commit 26c2750Copy full SHA for 26c2750
discover/types.go
@@ -184,7 +184,8 @@ func (l GpuInfoList) FlashAttentionSupported() bool {
184
supportsFA := gpu.Library == "cpu" ||
185
gpu.Library == "metal" ||
186
(gpu.Library == "cuda" && gpu.DriverMajor >= 7) ||
187
- gpu.Library == "rocm"
+ gpu.Library == "rocm" ||
188
+ gpu.Library == "musa"
189
190
if !supportsFA {
191
return false
0 commit comments