"...composable_kernel.git" did not exist on "aebd211c363324ec8be401f17fe815e21da59081"
Commit f6ab2169 authored by Chao Liu's avatar Chao Liu
Browse files

fix buffer_store

parent 84239246
...@@ -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() {}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment