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
e314f8fb
Commit
e314f8fb
authored
Nov 27, 2023
by
Artur Wojcik
Browse files
Merge branch 'develop' into windows_process_hiprtc_fix
parents
7c66b9aa
044d006c
Changes
1
Hide 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 @
e314f8fb
...
@@ -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