From ea133bf303430cd8e368ecb838011ae29759c6b1 Mon Sep 17 00:00:00 2001 From: apoorva Date: Wed, 9 Jul 2025 08:53:36 +0000 Subject: [PATCH] Revert "Updated thge profiler with wrapper" This reverts commit 536f86661d6e119c247cf38445b9d49f8375459a. --- profiler/include/profiler/profile_gemm_add_relu_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiler/include/profiler/profile_gemm_add_relu_impl.hpp b/profiler/include/profiler/profile_gemm_add_relu_impl.hpp index dcefcee299..5d79a98c11 100644 --- a/profiler/include/profiler/profile_gemm_add_relu_impl.hpp +++ b/profiler/include/profiler/profile_gemm_add_relu_impl.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. #pragma once @@ -93,7 +93,7 @@ bool profile_gemm_add_relu_impl(int do_verification, const auto b_element_op = BElementOp{}; const auto cde_element_op = CDEElementOp{}; - using DeviceOp = ck::tensor_operation::device::DeviceGemmMultipleDSplitK< + using DeviceOp = ck::tensor_operation::device::DeviceGemmMultipleD< ALayout, BLayout, ck::Tuple,