From e1428f1d2b61911e89bcb19a85d2edb8dfb6d2f4 Mon Sep 17 00:00:00 2001 From: "Md. Sajid Khan" Date: Sun, 19 Jul 2026 13:40:20 +0600 Subject: [PATCH] Update README with note on coding agent usage Added a note about the use of a coding agent for code review. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1b77ca..cc4f582 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,8 @@ cmake --build build ctest --test-dir build --output-on-failure ``` +**Note** : coding agent was used only for code review as i work independently, i need a tool for checking things, that's why. + +Thank you for your time. + **Reference:** [Kokkos Core Library](https://github.com/kokkos/kokkos)