Commit 89b092b1 authored by illsilin's avatar illsilin
Browse files

remove the gpu/transpose path from the list

parent 41b5dc00
...@@ -172,7 +172,6 @@ if(CK_DEVICE_OTHER_INSTANCES) ...@@ -172,7 +172,6 @@ if(CK_DEVICE_OTHER_INSTANCES)
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/ck/library/tensor_operation_instance/gpu> $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/ck/library/tensor_operation_instance/gpu>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/ck/library/tensor_operation_instance/gpu/quantization> $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/ck/library/tensor_operation_instance/gpu/quantization>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/ck/library/tensor_operation_instance/gpu/softmax> $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/ck/library/tensor_operation_instance/gpu/softmax>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/ck/library/tensor_operation_instance/gpu/transpose>
) )
rocm_install(TARGETS device_other_operations rocm_install(TARGETS device_other_operations
EXPORT device_other_operationsTargets) EXPORT device_other_operationsTargets)
......
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