Remove incorrect old packaging statement (#308)

[ROCm/composable_kernel commit: eccf8773a6]
This commit is contained in:
Liam Wrubleski
2022-06-30 08:40:03 -06:00
committed by GitHub
parent ff7c5cc9e3
commit ca34ce4450

View File

@@ -71,13 +71,6 @@ if( DEFINED CK_OVERRIDE_HIP_VERSION_PATCH )
endif()
message(STATUS "Build with HIP ${HIP_VERSION}")
rocm_create_package(
NAME composablekernel
DESCRIPTION "High Performance Composable Kernel for AMD GPUs"
MAINTAINER "MIOpen Kernels Dev Team <dl.MIOpen@amd.com>"
LDCONFIG
)
## tidy
include(EnableCompilerWarnings)
set(CK_TIDY_ERRORS ERRORS * -readability-inconsistent-declaration-parameter-name)