mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-13 09:45:56 +00:00
11 lines
236 B
CMake
11 lines
236 B
CMake
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
include_directories(BEFORE
|
|
${CMAKE_CURRENT_LIST_DIR}/include
|
|
)
|
|
|
|
add_subdirectory(ops/gemm)
|
|
add_subdirectory(ops/gemm_streamk)
|
|
|