From c08ca6f2944039eeebc0cc4aae30753229a28be2 Mon Sep 17 00:00:00 2001 From: Harisankar Sadasivan Date: Fri, 5 Jul 2024 06:47:51 +0000 Subject: [PATCH] print messages for arguments --- example/01_gemm/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/01_gemm/common.hpp b/example/01_gemm/common.hpp index b863407d45..3d8f4565cb 100755 --- a/example/01_gemm/common.hpp +++ b/example/01_gemm/common.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. #pragma once