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
9620dbc9
Commit
9620dbc9
authored
Feb 16, 2023
by
aska-0096
Browse files
cancel unnecessary change
parent
f45099cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
library/include/ck/library/utility/host_tensor_generator.hpp
library/include/ck/library/utility/host_tensor_generator.hpp
+0
-12
No files found.
library/include/ck/library/utility/host_tensor_generator.hpp
View file @
9620dbc9
...
@@ -55,18 +55,6 @@ struct GeneratorTensor_1<int8_t>
...
@@ -55,18 +55,6 @@ struct GeneratorTensor_1<int8_t>
}
}
};
};
template
<
typename
T
>
struct
GeneratorTensor_dec1
{
T
value
=
0.1
;
template
<
typename
...
Is
>
T
operator
()(
Is
...)
{
return
value
;
}
};
template
<
typename
T
>
template
<
typename
T
>
struct
GeneratorTensor_2
struct
GeneratorTensor_2
{
{
...
...
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