From 93ce5c9e7a867a46ee9d4f765c45824a2b89d54e Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 27 Jan 2026 14:35:36 -0600 Subject: [PATCH] small change --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5548ea9..8780aac 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ int main() { hipFunction_t kernel{}; hipModuleLoad(&module, "kernels/kernels_gfx1100.co"); - hipModuleGetFunction(&kernel, module, "saxpy"); + hipModuleGetFunction(&kernel, module, "add"); // ----------------------------- // Kernel args