File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4949 pip install -r docs/requirements.txt
5050 export USE_NCCL=0
5151 export USE_NCCLX=0
52+ export USE_TRANSPORT=0
5253 export USE_SYSTEM_LIBS=1
5354 pip install --no-build-isolation .[dev] -v
5455 - name : Build Sphinx Docs
Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ if (NOT DEFINED ENABLE_TCPDM)
1313 list (FILTER CTRAN_SOURCES EXCLUDE REGEX ".*/ctran/backends/tcpdevmem/.*" )
1414endif ()
1515
16+ list (FILTER CMAKE_CUDA_FLAGS EXCLUDE REGEX ".*arch=compute_50,code=sm_50" )
17+ list (FILTER CMAKE_CUDA_FLAGS EXCLUDE REGEX ".*arch=compute_60,code=sm_60" )
18+ list (FILTER CMAKE_CUDA_FLAGS EXCLUDE REGEX ".*arch=compute_70,code=sm_70" )
19+ list (FILTER CMAKE_CUDA_FLAGS EXCLUDE REGEX ".*arch=compute_75,code=sm_75" )
20+
21+ message (status "CMAKE_CUDA_FLAGS: ${CMAKE_CUDA_FLAGS} " )
22+
1623# genctran.py generates source files (*.cu) for template instantiations across
1724# different algorithms, data types, and operations.
1825execute_process (
You can’t perform that action at this time.
0 commit comments