We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TORCH_MLIR_ENABLE_WERROR_FLAG
1 parent fbbd474 commit 912ad09Copy full SHA for 912ad09
CMakeLists.txt
@@ -31,7 +31,7 @@ include(CMakeDependentOption)
31
# Project options
32
#-------------------------------------------------------------------------------
33
34
-option(TORCH_MLIR_ENABLE_WERROR_FLAG "Enable `-Werror` flag on supported directories, treat error as warning" OFF)
+option(TORCH_MLIR_ENABLE_WERROR_FLAG "Enable `-Werror` flag on supported directories, treat warning as error" OFF)
35
option(TORCH_MLIR_USE_INSTALLED_PYTORCH "If depending on PyTorch use it as installed in the current Python environment" ON)
36
37
option(TORCH_MLIR_ENABLE_REFBACKEND "Enable reference backend" ON)
0 commit comments