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
f6ab2169
Commit
f6ab2169
authored
Aug 06, 2020
by
Chao Liu
Browse files
fix buffer_store
parent
84239246
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
composable_kernel/include/utility/array.hpp
composable_kernel/include/utility/array.hpp
+1
-0
No files found.
composable_kernel/include/utility/array.hpp
View file @
f6ab2169
...
@@ -12,6 +12,7 @@ struct Array
...
@@ -12,6 +12,7 @@ struct Array
using
type
=
Array
<
TData
,
NSize
>
;
using
type
=
Array
<
TData
,
NSize
>
;
using
data_type
=
TData
;
using
data_type
=
TData
;
// TODO: implement empty Array
index_t
mData
[
NSize
];
index_t
mData
[
NSize
];
__host__
__device__
explicit
constexpr
Array
()
{}
__host__
__device__
explicit
constexpr
Array
()
{}
...
...
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