← 返回事件
持续讨论AI发版

trunk/610fee8d845047496bd0713e7adff4d79d08f137: [ROCm] Fix CK SDPA flash attention on gfx1200/gfx1201 (RDNA4) (#188114)

图:PyTorch Releases

发生了什么

The CK Tile FMHA generator already compiles working kernels for gfx12 (--targets=gfx1201 passes through to the kernel template), but two guards prevented them from being used on RDNA4 hardware: launch_kernel_pt.hpp: kentry_pt kernel entry stubs added in PR #144777 ([ROCm] CK SDPA - Move arch check to CK patch) had a hard-coded whitelist of gfx90a/gfx942/gfx950 (updated for gfx950 in PR #155103 ). gfx1200/gfx1201 wer…

摘要按规则整理自下方来源原文

为什么在扩散

来源