We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdede8 commit 9b42134Copy full SHA for 9b42134
transformer_engine/CMakeLists.txt
@@ -22,7 +22,8 @@ endif()
22
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/")
23
find_package(CUDAToolkit REQUIRED cublas nvToolsExt)
24
find_package(CUDNN REQUIRED cudnn)
25
-find_package(Python COMPONENTS Interpreter Development REQUIRED)
+# NOTE[augment] -- commenting out this line since the Python components are unused and they cause build issues
26
+# find_package(Python COMPONENTS Interpreter Development REQUIRED)
27
28
include_directories(${PROJECT_SOURCE_DIR})
29
0 commit comments