"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "7c71dc7e70cfc9b866268337872fc8bd9f8328ca"
Commit f7a2f0ac authored by Lixun Zhang's avatar Lixun Zhang
Browse files

Updated the supported components

parent 01876afa
@PACKAGE_INIT@ @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}) foreach(_comp ${composable_kernel_FIND_COMPONENTS})
if(NOT _comp IN_LIST _composable_kernel_supported_components) if(NOT _comp IN_LIST _composable_kernel_supported_components)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment