From 2afc0b346ba82b848159b558ee347da1a3982a98 Mon Sep 17 00:00:00 2001 From: Lixun Zhang Date: Wed, 21 Sep 2022 15:02:43 -0500 Subject: [PATCH] Updated the supported components (#435) [ROCm/composable_kernel commit: 7acbf104df333f80910731949789518a14f2be08] --- Config.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.cmake.in b/Config.cmake.in index 12b5c331ae..02978cd4dd 100644 --- a/Config.cmake.in +++ b/Config.cmake.in @@ -1,6 +1,6 @@ @PACKAGE_INIT@ -set(_composable_kernel_supported_components device_operations host_tensor) +set(_composable_kernel_supported_components device_operations utility) foreach(_comp ${composable_kernel_FIND_COMPONENTS}) if(NOT _comp IN_LIST _composable_kernel_supported_components)