more progress on test/CMakeLists.txt

This commit is contained in:
Yan Da
2022-06-10 21:37:56 +08:00
parent 0ee6e486f8
commit 22c65a53d9
4 changed files with 114 additions and 0 deletions

View File

@@ -207,3 +207,5 @@ if(BUILD_PYTHON_MODULE AND NOT WIN32)
endif()
target_link_libraries(triton ${CUTLASS_LIBRARIES} ${PYTHON_LDFLAGS})
endif()
add_subdirectory(test)