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
MIGraphX
Commits
a72c9e83
Unverified
Commit
a72c9e83
authored
Nov 24, 2023
by
Sam Wu
Committed by
GitHub
Nov 24, 2023
Browse files
Merge branch 'develop' into doc-standard
parents
20ac1e87
044d006c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
src/CMakeLists.txt
View file @
a72c9e83
...
@@ -284,7 +284,7 @@ int main() {
...
@@ -284,7 +284,7 @@ int main() {
endfunction
()
endfunction
()
set
(
MIGRAPHX_HAS_EXECUTORS_DEFAULT Off
)
set
(
MIGRAPHX_HAS_EXECUTORS_DEFAULT Off
)
find_package
(
TBB
)
find_package
(
TBB
QUIET
)
if
(
TBB_FOUND
)
if
(
TBB_FOUND
)
check_execution_par
(
TBB_HAS_EXECUTION_PAR TBB::tbb
)
check_execution_par
(
TBB_HAS_EXECUTION_PAR TBB::tbb
)
if
(
TBB_HAS_EXECUTION_PAR
)
if
(
TBB_HAS_EXECUTION_PAR
)
...
...
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