Files
composable_kernel/include/ck_tile/ops/fmha/pipeline
Anton Gorenko e9596228ff Fix synchronization issue in fwd qr pipeline with dropout (#3135)
BlockFmhaPipelineQRKSVS reuses LDS for K and dropout so there must be
block_sync_lds between loading k_lds_window by gemm_0 and storing
dropout randval.
2025-10-31 09:44:52 -07:00
..