From 7256ee9871a6172e2e0c391ba74073821184f2be Mon Sep 17 00:00:00 2001 From: kangwangamd <100359556+kangwangamd@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:48:15 +0800 Subject: [PATCH] [AMD] Update test_aiter_allgather_amd.py data types alignment between benchmark aiter and custom all-reduce kernel (#27815) Co-authored-by: YC Yen-Ching Tseng Co-authored-by: Hubert Lu <55214931+hubertlu-tw@users.noreply.github.com> --- test/registered/ops/test_aiter_allgather_amd.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/registered/ops/test_aiter_allgather_amd.py b/test/registered/ops/test_aiter_allgather_amd.py index abaf836ed..01595c95d 100644 --- a/test/registered/ops/test_aiter_allgather_amd.py +++ b/test/registered/ops/test_aiter_allgather_amd.py @@ -35,13 +35,6 @@ class TestAiterAllGatherAmd(unittest.TestCase): "float32", "float16", "bfloat16", - "uint64_t", - "int64_t", - "uint32_t", - "int32_t", - "int16_t", - "uint8_t", - "int8_t", ] # Keep the CI matrix compact: one small metadata shape and one # medium aligned 2-D shape exercise both naive and vectorized kernels.