You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting up the current build, sdnext tries to fetch, build and install https://github.com/ROCm/flash-attention@howiejay/navi_support. However, compilation fails. Nominally this is not a regression (since flash attention always failed for ROCM), but seems like it's "more strongly intended to work". The GPU in question is a 7900XTX (aka gfx1100):
[ 31.070603] amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 31.101461] amdgpu 0000:13:00.0: enabling device (0006 -> 0007)
[ 31.101521] [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1043:0x8877 0xCB).
[ 31.101549] [drm] register mmio base: 0xF6A00000
[ 31.101549] [drm] register mmio size: 524288
[ 31.103265] [drm] add ip block number 0 <nv_common>
[ 31.103267] [drm] add ip block number 1 <gmc_v10_0>
[ 31.103268] [drm] add ip block number 2 <navi10_ih>
[ 31.103269] [drm] add ip block number 3 <psp>
[ 31.103269] [drm] add ip block number 4 <smu>
[ 31.103270] [drm] add ip block number 5 <dm>
[ 31.103271] [drm] add ip block number 6 <gfx_v10_0>
[ 31.103272] [drm] add ip block number 7 <sdma_v5_2>
[ 31.103273] [drm] add ip block number 8 <vcn_v3_0>
[ 31.103273] [drm] add ip block number 9 <jpeg_v3_0>
[ 31.103289] amdgpu 0000:13:00.0: amdgpu: Fetched VBIOS from VFCT
[ 31.103291] amdgpu: ATOM BIOS: 102-RAPHAEL-008
I am unsure if maybe some -dev package or somesuch is missing.
I've searched for the error message and found this:
16:46:06-893372 INFO ROCm: agents=['gfx1100', 'gfx1036']
Try disabling your iGPU gfx1036.
I disabled it in BIOS and that did the trick. Is there also a way to make SDNEXT ignore it (or that type)? I figure I'll never use it for SDNEXT anyway, even if enabled in BIOS. That way, I'd be able to keep the iGPU enabled for when I don't need the 7900XTX for display purposes.
Issue Description
When starting up the current build, sdnext tries to fetch, build and install https://github.com/ROCm/flash-attention@howiejay/navi_support. However, compilation fails. Nominally this is not a regression (since flash attention always failed for ROCM), but seems like it's "more strongly intended to work". The GPU in question is a 7900XTX (aka gfx1100):
I am unsure if maybe some -dev package or somesuch is missing.
I've searched for the error message and found this:
ROCm/composable_kernel#775
I tried the second patch in ROCm/composable_kernel#775 (comment) but that did not help (now reverted
ck.hpp
)Version Platform Description
Debian Trixie, Python 3.11, ROCm 6.2
Relevant log output
Backend
Diffusers
UI
Standard
Branch
Master
Model
StableDiffusion 1.5
Acknowledgements
The text was updated successfully, but these errors were encountered: