From 29c0cd0c4cc2579ba86b6d1187d665bc937af41d Mon Sep 17 00:00:00 2001 From: Aviral Goel Date: Wed, 17 Sep 2025 14:04:21 -0400 Subject: [PATCH] build(grouped_gemm): added appropriate compiler flag to resolve numerical error for fp8 on gfx950 (#2868) [ROCm/composable_kernel commit: 7c934b72ab695ecbb5b07354cb23e34f6076d25b] --- example/ck_tile/17_grouped_gemm/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/example/ck_tile/17_grouped_gemm/CMakeLists.txt b/example/ck_tile/17_grouped_gemm/CMakeLists.txt index 1a833df6c2..4f3b173c55 100644 --- a/example/ck_tile/17_grouped_gemm/CMakeLists.txt +++ b/example/ck_tile/17_grouped_gemm/CMakeLists.txt @@ -7,3 +7,4 @@ if(CK_USE_OCP_FP8) endif() target_compile_options(tile_example_grouped_gemm PRIVATE ${EXAMPLE_GEMM_COMPILE_OPTIONS}) target_compile_options(tile_example_grouped_gemm_preshuffle PRIVATE ${EXAMPLE_GEMM_COMPILE_OPTIONS}) +target_compile_options(tile_example_quant_grouped_gemm PRIVATE ${EXAMPLE_GEMM_COMPILE_OPTIONS})