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
63a5f53c
"...gpu/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "3a848f0dacf5c5bf203879034ee4acd657d77af5"
Unverified
Commit
63a5f53c
authored
Jun 06, 2023
by
Chris Austen
Committed by
GitHub
Jun 06, 2023
Browse files
Merge branch 'develop' into ck-integration-tuning
parents
4de838c4
85ff4f85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/targets/gpu/CMakeLists.txt
src/targets/gpu/CMakeLists.txt
+5
-1
No files found.
src/targets/gpu/CMakeLists.txt
View file @
63a5f53c
...
@@ -35,7 +35,11 @@ endif()
...
@@ -35,7 +35,11 @@ endif()
find_package
(
composable_kernel 1.0.0 COMPONENTS jit_library REQUIRED
)
find_package
(
composable_kernel 1.0.0 COMPONENTS jit_library REQUIRED
)
set
(
MIGRAPHX_USE_HIPRTC OFF CACHE BOOL
"Use hipClang APIs"
)
if
(
BUILD_DEV
)
set
(
MIGRAPHX_USE_HIPRTC OFF CACHE BOOL
"Use hipRTC APIs"
)
else
()
set
(
MIGRAPHX_USE_HIPRTC ON CACHE BOOL
"Use hipRTC APIs"
)
endif
()
include
(
Embed
)
include
(
Embed
)
file
(
GLOB KERNEL_FILES
${
CONFIGURE_DEPENDS
}
file
(
GLOB KERNEL_FILES
${
CONFIGURE_DEPENDS
}
...
...
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