Updated the supported components (#435)

This commit is contained in:
Lixun Zhang
2022-09-21 15:02:43 -05:00
committed by GitHub
parent 85b0920dc8
commit 7acbf104df

View File

@@ -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)