Commit 9a78dbbb authored by Alan Turner's avatar Alan Turner
Browse files

Merge branch 'migx-jit-lib' of...

Merge branch 'migx-jit-lib' of https://github.com/ROCmSoftwarePlatform/composable_kernel into migx-jit-lib
parents 8e0beb65 2470dcd5
......@@ -7,5 +7,10 @@ foreach(_comp ${composable_kernel_FIND_COMPONENTS})
set(composable_kernel_FOUND False)
set(composable_kernel_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}")
endif()
include("${CMAKE_CURRENT_LIST_DIR}/composable_kernel${_comp}Targets.cmake")
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/composable_kernel${_comp}Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/composable_kernel${_comp}Targets.cmake")
else()
set(composable_kernel_FOUND False)
set(composable_kernel_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}")
endif()
endforeach()
#include "ck/host/common.hpp"
#include "ck_headers.hpp"
#include <stdexcept>
namespace ck {
namespace host {
......
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