Po Yen Chen
9c6cca5bc5
[CK_TILE] FMHA FAv3 scheduling fine-tuning for performance (#2833)
* Re-mapping thread block indices for causal=True kernels
* Use more intuitive remap_opt value
* Fallback to origin remapping if seqlen_q >= 64K
* Use GenericAttentionMask to reduce mask computation
* Avoid unnecessary boundary check for IsMasking=false case
* Fix wrong kernel entry specifier
* Add s_nop to prevent delay wave0-3
* Refine scheduling
* Remove unnecessary sched_group_barrier()
* Move sched_group_barrier() call to scheduler
* Replace inline asm s_setprio with intrinsics
* Rephrase comments
* Expend some o_acc rescaling insts to avoid SIMD idle
* Fix block idx special mapping logic
* Tune block index mapping for causal=False cases
* Tune block index mapping for causal=True cases
* Fix wrong vmcnt()
* Remove parameter name
* Use boolean option for turn on/off causal mask
* Update benchmark_fwd_v3.sh option usages
* Add option if compiler support it
[ROCm/composable_kernel commit: 7fbc9d6c97]
2025-09-16 11:32:38 +08:00
..
2025-09-15 10:59:25 -07:00
2025-09-12 08:17:07 -07:00
2025-09-12 08:17:07 -07:00
2025-06-05 13:54:15 -06:00
2025-09-15 08:27:04 -07:00
2025-09-12 08:17:07 -07:00
2025-07-28 11:34:07 -07:00
2023-09-20 22:15:56 -07:00
2025-09-12 08:17:07 -07:00
2025-09-12 08:17:07 -07:00
2025-09-12 08:17:07 -07:00
2024-08-06 10:06:10 +02:00
2025-09-15 10:59:25 -07:00
2024-04-19 13:31:17 +02:00
2025-02-18 10:10:22 +01:00
2025-09-12 08:17:07 -07:00
2023-10-18 11:14:14 -05:00
2023-05-31 18:46:57 -05:00
2025-06-05 13:54:15 -06:00
2023-09-20 22:15:56 -07:00
2024-05-10 09:41:39 -07:00
2025-07-28 11:34:07 -07:00
2025-09-15 10:59:25 -07:00
2024-06-27 00:33:34 -07:00
2025-09-12 08:17:07 -07:00
2025-09-15 10:59:25 -07:00
2025-09-12 08:17:07 -07:00
2023-05-31 18:46:57 -05:00
2025-07-16 07:58:23 -07:00
2025-09-12 21:36:43 +02:00
2025-07-28 11:34:07 -07:00
2025-09-12 08:17:07 -07:00
2025-09-12 08:17:07 -07:00
2025-09-11 12:33:00 -07:00
2025-09-12 08:17:07 -07:00
2025-09-12 08:17:07 -07:00
2025-09-11 12:33:00 -07:00
2023-09-20 22:15:56 -07:00
2025-09-11 12:33:00 -07:00
2025-09-11 12:33:00 -07:00
2024-05-10 09:41:39 -07:00
2025-09-12 08:17:07 -07:00
2024-01-24 13:47:48 -08:00
2023-09-20 22:15:56 -07:00
2023-09-20 22:15:56 -07:00
2024-01-24 13:47:48 -08:00
2024-04-02 09:42:17 -07:00
2023-12-19 04:23:11 +08:00
2023-12-19 04:23:11 +08:00
2024-12-03 08:42:55 -08:00
2025-09-12 08:17:07 -07:00
2025-09-12 08:17:07 -07:00
2025-09-15 10:59:25 -07:00
2025-07-28 11:34:07 -07:00
2024-04-02 09:42:17 -07:00
2025-09-15 10:59:25 -07:00
2025-06-10 09:13:59 -07:00
2025-08-06 00:34:39 -07:00
2025-09-12 08:17:07 -07:00
2025-09-12 08:17:07 -07:00
2025-09-16 11:32:38 +08:00
2025-09-15 10:59:25 -07:00
2024-12-04 00:46:47 +01:00