From 441581e8bf935a6f8a588edacb329ba7bd2862d0 Mon Sep 17 00:00:00 2001 From: JP Lehr Date: Tue, 23 Apr 2024 04:06:25 -0500 Subject: [PATCH] [Examples] Unify naming scheme for Kokkos --- examples/kokkos/{helloworld => hello_world}/Makefile | 0 examples/kokkos/{helloworld => hello_world}/helloworld.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/kokkos/{helloworld => hello_world}/Makefile (100%) rename examples/kokkos/{helloworld => hello_world}/helloworld.cpp (100%) diff --git a/examples/kokkos/helloworld/Makefile b/examples/kokkos/hello_world/Makefile similarity index 100% rename from examples/kokkos/helloworld/Makefile rename to examples/kokkos/hello_world/Makefile diff --git a/examples/kokkos/helloworld/helloworld.cpp b/examples/kokkos/hello_world/helloworld.cpp similarity index 100% rename from examples/kokkos/helloworld/helloworld.cpp rename to examples/kokkos/hello_world/helloworld.cpp