From 23267e19afcbae26ddc4e96d742af2d24227f2b4 Mon Sep 17 00:00:00 2001 From: Meekail Zain Date: Fri, 24 Apr 2026 16:54:23 +0000 Subject: [PATCH 1/3] Updated QoLA to version that includes receipt filter for TE --- 3rdparty/QoLA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/QoLA b/3rdparty/QoLA index 549844d77..65b8bb1da 160000 --- a/3rdparty/QoLA +++ b/3rdparty/QoLA @@ -1 +1 @@ -Subproject commit 549844d771ed3155dd75a6bf2c714cb3f710bada +Subproject commit 65b8bb1dac67135ae3f5450217e27a788b3ded56 From d665e4aa28ab4936c746a6d69e4fa3d6bdc8cd14 Mon Sep 17 00:00:00 2001 From: Meekail Zain Date: Mon, 27 Apr 2026 14:36:06 +0000 Subject: [PATCH 2/3] Updated qola commit to branch --- 3rdparty/QoLA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/QoLA b/3rdparty/QoLA index 65b8bb1da..167998411 160000 --- a/3rdparty/QoLA +++ b/3rdparty/QoLA @@ -1 +1 @@ -Subproject commit 65b8bb1dac67135ae3f5450217e27a788b3ded56 +Subproject commit 1679984116c5aa40b7dac127859e7d4824dab750 From d7f3af5027886ab13d97dfe1d6923ecfb46ae75e Mon Sep 17 00:00:00 2001 From: Meekail Zain Date: Mon, 27 Apr 2026 15:52:12 +0000 Subject: [PATCH 3/3] Updated TE build manifest to use receipt --- transformer_engine/common/ck_fused_attn/qola_manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transformer_engine/common/ck_fused_attn/qola_manifest.toml b/transformer_engine/common/ck_fused_attn/qola_manifest.toml index b6877c6c0..19f079973 100644 --- a/transformer_engine/common/ck_fused_attn/qola_manifest.toml +++ b/transformer_engine/common/ck_fused_attn/qola_manifest.toml @@ -9,9 +9,11 @@ architectures = ["gfx950", "gfx942"] [[modules]] name = "libmha_fwd" mode = "cpp_itfs" +receipt = 700 drop_srcs = ["mha_fwd_split.cu", "mha_fwd_batch_prefill.cu"] drop_directions = ["fwd_splitkv", "batch_prefill"] [[modules]] name = "libmha_bwd" mode = "cpp_itfs" +receipt = 700