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
82414279
"vscode:/vscode.git/clone" did not exist on "8a8d6a9c3f68562870bc8b7c591581026d2aee25"
Commit
82414279
authored
May 01, 2023
by
Rostyslav Geyyer
Browse files
Remove the message
parent
b0ad96fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
include/ck/tensor_operation/gpu/element/unary_element_wise_operation.hpp
...or_operation/gpu/element/unary_element_wise_operation.hpp
+0
-3
No files found.
include/ck/tensor_operation/gpu/element/unary_element_wise_operation.hpp
View file @
82414279
...
...
@@ -116,9 +116,6 @@ struct ConvertBF16RTN
__host__
__device__
void
operator
()
<
half_t
,
half_t
>
(
half_t
&
y
,
const
half_t
&
x
)
const
{
y
=
x
;
// fill user screen, but exit gracefully
printf
(
"This datatype is not supported, please use ConvertBF16RTN for bf16 data only.
\n
"
);
}
};
...
...
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