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
f8ca9048
"...resnet50_tensorflow.git" did not exist on "7189e614d7763bad19c95ab0b65afe299121e900"
Commit
f8ca9048
authored
Mar 20, 2024
by
Adam Osewski
Browse files
Add new pipline version to output stream operator.
parent
468b8227
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_selector.hpp
...or_operation/gpu/grid/gridwise_gemm_pipeline_selector.hpp
+2
-1
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_selector.hpp
View file @
f8ca9048
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-202
3
, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-202
4
, Advanced Micro Devices, Inc. All rights reserved.
#pragma once
#pragma once
...
@@ -65,6 +65,7 @@ inline std::ostream& operator<<(std::ostream& os, const ck::PipelineVersion& p)
...
@@ -65,6 +65,7 @@ inline std::ostream& operator<<(std::ostream& os, const ck::PipelineVersion& p)
case
ck
::
PipelineVersion
::
v1
:
os
<<
"PipelineVersion::v1"
;
break
;
case
ck
::
PipelineVersion
::
v1
:
os
<<
"PipelineVersion::v1"
;
break
;
case
ck
::
PipelineVersion
::
v2
:
os
<<
"PipelineVersion::v2"
;
break
;
case
ck
::
PipelineVersion
::
v2
:
os
<<
"PipelineVersion::v2"
;
break
;
case
ck
::
PipelineVersion
::
v4
:
os
<<
"PipelineVersion::v4"
;
break
;
case
ck
::
PipelineVersion
::
v4
:
os
<<
"PipelineVersion::v4"
;
break
;
case
ck
::
PipelineVersion
::
weight_only
:
os
<<
"PipelineVersion::weight_only"
;
break
;
default:
os
<<
""
;
default:
os
<<
""
;
}
}
return
os
;
return
os
;
...
...
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