Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
421734ae
"docs/en/vscode:/vscode.git/clone" did not exist on "dbb20b827066a1fec16344ee231fe377dd5976a6"
Commit
421734ae
authored
Jun 07, 2023
by
Alan Turner
Browse files
Disable werror for jit_library
parent
9e85db88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
library/CMakeLists.txt
library/CMakeLists.txt
+2
-2
No files found.
library/CMakeLists.txt
View file @
421734ae
if
(
CK_BUILD_JIT_LIB
)
if
(
CK_BUILD_JIT_LIB
)
remove_definitions
(
-Wglobal-constructors
)
string
(
REPLACE
"-Werror;"
""
CMAKE_COMPILER_WARNINGS
"
${
CMAKE_COMPILER_WARNINGS
}
"
)
add_subdirectory
(
src/jit_library
)
add_subdirectory
(
src/jit_library
)
add_definitions
(
-Wglobal-construct
or
s
)
set
(
CMAKE_COMPILER_WARNINGS
"
${
CMAKE_COMPILER_WARNINGS
}
;-Werr
or
"
)
else
()
else
()
add_subdirectory
(
src/tensor_operation_instance/gpu
)
add_subdirectory
(
src/tensor_operation_instance/gpu
)
add_subdirectory
(
src/utility
)
add_subdirectory
(
src/utility
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment