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
a32aa5f2
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "058d0cd04b6f73bab1ac478a7483a469adc32355"
Unverified
Commit
a32aa5f2
authored
Sep 06, 2023
by
zjing14
Committed by
GitHub
Sep 06, 2023
Browse files
Update host_tensor_generator.hpp
parent
5e98fc5b
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 @
a32aa5f2
...
@@ -55,18 +55,6 @@ struct GeneratorTensor_1<int8_t>
...
@@ -55,18 +55,6 @@ struct GeneratorTensor_1<int8_t>
}
}
};
};
template
<
>
struct
GeneratorTensor_1
<
ck
::
f8_t
>
{
float
value
=
1.0
;
template
<
typename
...
Is
>
ck
::
f8_t
operator
()(
Is
...)
{
return
ck
::
type_convert
<
ck
::
f8_t
>
(
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