-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev_int8_conv' of https://github.com/Oneflow-Inc/oneflow …
…into dev_int8_conv
- Loading branch information
Showing
9 changed files
with
54 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
set(BUILD_CUDA YES CACHE BOOL "") | ||
set(BUILD_GIT_VERSION YES CACHE BOOL "") | ||
set(BUILD_TESTING OFF CACHE BOOL "") | ||
set(BUILD_RDMA YES CACHE BOOL "") | ||
set(TREAT_WARNINGS_AS_ERRORS YES CACHE BOOL "") | ||
set(THIRD_PARTY_MIRROR aliyun CACHE STRING "") | ||
set(PIP_INDEX_MIRROR "https://pypi.tuna.tsinghua.edu.cn/simple" CACHE STRING "") | ||
set(CMAKE_BUILD_TYPE Release CACHE STRING "") | ||
set(CMAKE_GENERATOR Ninja CACHE STRING "") | ||
set(CMAKE_CUDA_ARCHITECTURES "70-real;80-real;86-real;89-real;90-real" CACHE STRING "") | ||
set(CUDNN_STATIC OFF CACHE BOOL "") | ||
set(WITH_MLIR ON CACHE BOOL "") | ||
set(BUILD_CPP_API OFF CACHE BOOL "") | ||
set(CUDA_NVCC_THREADS_NUMBER 2 CACHE STRING "") | ||
set(CMAKE_C_COMPILER_LAUNCHER ccache CACHE STRING "") | ||
set(CMAKE_CXX_COMPILER_LAUNCHER ccache CACHE STRING "") | ||
set(CMAKE_CUDA_COMPILER_LAUNCHER ccache CACHE STRING "") |
This file contains 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
This file contains 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
This file contains 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
This file contains 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