Updated the supported components (#435)

[ROCm/composable_kernel commit: 7acbf104df]
This commit is contained in:
Lixun Zhang
2022-09-21 15:02:43 -05:00
committed by GitHub
parent ab090db9a5
commit 2afc0b346b

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)