From ca34ce4450b080040f63ea07915ee74a67b48729 Mon Sep 17 00:00:00 2001 From: Liam Wrubleski Date: Thu, 30 Jun 2022 08:40:03 -0600 Subject: [PATCH] Remove incorrect old packaging statement (#308) [ROCm/composable_kernel commit: eccf8773a6e7536aa42b3034014a480b779bd651] --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d2f57be30..9f70620741 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 " - LDCONFIG -) - ## tidy include(EnableCompilerWarnings) set(CK_TIDY_ERRORS ERRORS * -readability-inconsistent-declaration-parameter-name)