From 01975e737ef868bb0eb5c353778b9ed49f8d3299 Mon Sep 17 00:00:00 2001 From: Vidyasagar Ananthan Date: Thu, 3 Jul 2025 20:10:29 -0700 Subject: [PATCH] Removing reference to undefined parameter for ignore statement. (#2447) [ROCm/composable_kernel commit: 2e971eff904f1cbbb3c654f1a047d09c3d8c7eae] --- .../gpu/device/impl/device_batched_gemm_wmma_cshuffle_v3.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_wmma_cshuffle_v3.hpp b/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_wmma_cshuffle_v3.hpp index 580a47de14..abd6574d8c 100644 --- a/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_wmma_cshuffle_v3.hpp +++ b/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_wmma_cshuffle_v3.hpp @@ -76,7 +76,6 @@ __global__ void #endif #else ignore = karg; - ignore = batch; ignore = compute_ptr_offset_of_batch; #endif }