From df976ff6a120493ab8f89abe60788897bec10ab5 Mon Sep 17 00:00:00 2001 From: rocking Date: Thu, 24 Oct 2024 06:13:03 +0000 Subject: [PATCH] Add missing cmake change --- example/ck_tile/06_rmsnorm2d/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/ck_tile/06_rmsnorm2d/CMakeLists.txt b/example/ck_tile/06_rmsnorm2d/CMakeLists.txt index db743f519e..321bbaa140 100644 --- a/example/ck_tile/06_rmsnorm2d/CMakeLists.txt +++ b/example/ck_tile/06_rmsnorm2d/CMakeLists.txt @@ -14,6 +14,9 @@ list(APPEND EXAMPLE_RMSNORM2D_FWD_COMPILE_OPTIONS -Wno-undefined-func-template - target_compile_options(${EXAMPLE_RMSNORM2D_FWD} PRIVATE ${EXAMPLE_RMSNORM2D_FWD_COMPILE_OPTIONS}) +add_executable("tile_dev_rmsnorm2d_fwd" EXCLUDE_FROM_ALL example_rmsnorm2d_fwd.cpp) +target_compile_options("tile_dev_rmsnorm2d_fwd" PRIVATE ${EXAMPLE_RMSNORM2D_FWD_COMPILE_OPTIONS}) + # TODO: we have to turn off this global prop, otherwise the progress bar generated # by cmake will print too many files, execvp: /bin/sh: Argument list too long # however, this property may affect global