CMakeLists.txt 248 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
2
add_subdirectory(src/host_tensor)
add_subdirectory(src/tensor_operation_instance/gpu)
Jehandad Khan's avatar
Jehandad Khan committed
3
4
5
6
7
8
9

# rocm_install_targets(
#   TARGETS device_operations host_tensor
#   INCLUDE
#     ${PROJECT_SOURCE_DIR}/include
#     ${PROJECT_SOURCE_DIR}/library/include
# )