We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15146b commit 2b24609Copy full SHA for 2b24609
CMakeLists.txt
@@ -15,4 +15,5 @@ add_subdirectory(tools/triton-shared-opt)
15
16
if (TRITON_SHARED_BUILD_CPU_BACKEND)
17
add_triton_plugin(TritonShared ${CMAKE_CURRENT_SOURCE_DIR}/triton_shared.cc LINK_LIBS TritonSharedAnalysis TritonToLinalg TritonTilingExtIR)
18
+ target_link_libraries(TritonShared PRIVATE Python3::Module pybind11::headers ${Python3_LIBRARIES})
19
endif()
0 commit comments