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
8c29e06f
"composable_kernel/include/utility/array.hpp" did not exist on "7a89684f92cc39afbb13ad970c1a3282e60b9180"
Unverified
Commit
8c29e06f
authored
Jan 15, 2025
by
Illia Silin
Committed by
GitHub
Jan 15, 2025
Browse files
disable inductor codegen tests on legacy OS (#1816)
parent
7790e8c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Jenkinsfile
View file @
8c29e06f
...
@@ -512,7 +512,7 @@ def Build_CK(Map conf=[:]){
...
@@ -512,7 +512,7 @@ def Build_CK(Map conf=[:]){
arch_type
=
5
arch_type
=
5
}
}
cmake_build
(
conf
)
cmake_build
(
conf
)
if
(
arch_type
==
1
){
if
(
!
params
.
BUILD_LEGACY_OS
&&
arch_type
==
1
){
echo
"Run inductor codegen tests"
echo
"Run inductor codegen tests"
sh
"""
sh
"""
pip install --verbose .
pip install --verbose .
...
...
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