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_ROCM
Commits
15baccf2
Commit
15baccf2
authored
Jul 08, 2024
by
Jun Liu
Browse files
Merge branch 'develop' into amd-develop
parents
5029a5a4
a328df25
Changes
82
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
script/profile_grouped_conv_fwd_outelementop.sh
script/profile_grouped_conv_fwd_outelementop.sh
+20
-0
test/CMakeLists.txt
test/CMakeLists.txt
+2
-2
No files found.
script/profile_grouped_conv_fwd_outelementop.sh
0 → 100755
View file @
15baccf2
This diff is collapsed.
Click to expand it.
test/CMakeLists.txt
View file @
15baccf2
...
...
@@ -60,7 +60,7 @@ function(add_test_executable TEST_NAME)
endif
()
endforeach
()
foreach
(
source IN LISTS ARGN
)
if
(
NOT
GPU
_TARGETS MATCHES
"gfx11"
AND NOT
GPU
_TARGETS MATCHES
"gfx12"
AND source MATCHES
"wmma"
)
if
(
NOT
TEST
_TARGETS MATCHES
"gfx11"
AND NOT
TEST
_TARGETS MATCHES
"gfx12"
AND source MATCHES
"wmma"
)
message
(
"removing wmma test
${
source
}
"
)
list
(
REMOVE_ITEM ARGN
"
${
source
}
"
)
endif
()
...
...
@@ -141,7 +141,7 @@ function(add_gtest_executable TEST_NAME)
endif
()
endforeach
()
foreach
(
source IN LISTS ARGN
)
if
(
NOT
GPU
_TARGETS MATCHES
"gfx11"
AND NOT
GPU
_TARGETS MATCHES
"gfx12"
AND source MATCHES
"wmma"
)
if
(
NOT
TEST
_TARGETS MATCHES
"gfx11"
AND NOT
TEST
_TARGETS MATCHES
"gfx12"
AND source MATCHES
"wmma"
)
message
(
"removing wmma test
${
source
}
"
)
list
(
REMOVE_ITEM ARGN
"
${
source
}
"
)
endif
()
...
...
Prev
1
2
3
4
5
Next
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