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
2e6eaf6e
Unverified
Commit
2e6eaf6e
authored
Apr 29, 2022
by
Shaojie WANG
Committed by
GitHub
Apr 29, 2022
Browse files
Merge branch 'develop' into wrw_conv_impr
parents
eb09227c
97d8c504
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
351 additions
and
340 deletions
+351
-340
Jenkinsfile
Jenkinsfile
+11
-0
test/gemm/gemm_util.hpp
test/gemm/gemm_util.hpp
+340
-340
No files found.
Jenkinsfile
View file @
2e6eaf6e
...
...
@@ -235,6 +235,17 @@ pipeline {
}
}
stage
(
"Run Tests: gfx90a"
)
{
agent
{
label
rocmnode
(
"gfx90a"
)}
environment
{
setup_args
=
""" -D CMAKE_CXX_FLAGS="--offload-arch=gfx90a -O3 " -DBUILD_DEV=On """
}
steps
{
buildHipClangJobAndReboot
(
setup_args:
setup_args
,
config_targets:
"check"
,
no_reboot:
true
,
build_type:
'Release'
)
}
}
}
}
...
...
test/gemm/gemm_util.hpp
View file @
2e6eaf6e
This diff is collapsed.
Click to expand it.
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