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
1a7cc199
Commit
1a7cc199
authored
Oct 11, 2022
by
Astha Rai
Browse files
changed vector load back, still causing errors
parent
b7d7d6d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/43_elementwise_permute_2d/elementwise_permute_4D_fp16_2d.cpp
...elementwise_permute_2d/elementwise_permute_4D_fp16_2d.cpp
+2
-2
No files found.
example/43_elementwise_permute_2d/elementwise_permute_4D_fp16_2d.cpp
View file @
1a7cc199
...
...
@@ -27,7 +27,7 @@ using DeviceElementwisePermuteInstance =
8
,
8
,
ck
::
Sequence
<
8
>
,
ck
::
Sequence
<
1
>>
;
ck
::
Sequence
<
8
>>
;
template
<
typename
HostTensorA
,
typename
HostTensorB
,
typename
Functor
>
void
host_elementwise4D
(
HostTensorB
&
B_nhwc
,
...
...
@@ -48,7 +48,7 @@ void host_elementwise4D(HostTensorB& B_nhwc,
int
main
()
{
bool
do_verification
=
true
;
bool
time_kernel
=
fals
e
;
bool
time_kernel
=
tru
e
;
std
::
vector
<
std
::
size_t
>
nchw
=
{
4
,
4
,
8
,
8
};
std
::
vector
<
std
::
size_t
>
nhwc
=
{
4
,
8
,
8
,
4
};
...
...
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