Created
April 15, 2025 15:11
-
-
Save makslevental/13fb4b877f5b12d799fdd29be19df699 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/CMakeLists.txt b/CMakeLists.txt | |
--- a/CMakeLists.txt (revision 7fb35319d38e57f7341e8434a4f5b2049aec8657) | |
+++ b/CMakeLists.txt (date 1744728290525) | |
@@ -318,6 +318,9 @@ | |
endif() | |
target_link_options(triton PRIVATE ${PYTHON_LDFLAGS}) | |
+ set_target_properties(triton PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/python/triton/_C) | |
+ set_target_properties(triton PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/python/triton/_C) | |
+ set_target_properties(triton PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/python/triton/_C) | |
endif() | |
if(NOT TRITON_BUILD_PYTHON_MODULE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment