From 5c491e7a4bf2e2ad1b7f1d419b665cdb367cb9a0 Mon Sep 17 00:00:00 2001 From: apoorva Date: Wed, 2 Jul 2025 18:04:10 +0000 Subject: [PATCH] Fixing typo to resolve build errors. --- example/69_gemm_add_relu/gemm_add_relu_wmma_v3_bf16.cpp | 2 +- example/69_gemm_add_relu/gemm_add_relu_wmma_v3_fp16.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/69_gemm_add_relu/gemm_add_relu_wmma_v3_bf16.cpp b/example/69_gemm_add_relu/gemm_add_relu_wmma_v3_bf16.cpp index 84a40ab3f5..85b2a65b20 100644 --- a/example/69_gemm_add_relu/gemm_add_relu_wmma_v3_bf16.cpp +++ b/example/69_gemm_add_relu/gemm_add_relu_wmma_v3_bf16.cpp @@ -38,7 +38,7 @@ using DeviceOpInstance = ck::tensor_operation::device::DeviceGemmMultipleD_Wmma_ F32, PassThrough, PassThrough, - Add, + AddRelu, GemmSpec, 128, 128, diff --git a/example/69_gemm_add_relu/gemm_add_relu_wmma_v3_fp16.cpp b/example/69_gemm_add_relu/gemm_add_relu_wmma_v3_fp16.cpp index cca26d6212..1a172b20a6 100644 --- a/example/69_gemm_add_relu/gemm_add_relu_wmma_v3_fp16.cpp +++ b/example/69_gemm_add_relu/gemm_add_relu_wmma_v3_fp16.cpp @@ -36,7 +36,7 @@ using DeviceOpInstance = ck::tensor_operation::device::DeviceGemmMultipleD_Wmma_ F32, PassThrough, PassThrough, - Add, + AddRelu, GemmSpec, 128, 128,