mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 09:16:52 +00:00
refactor ConstantTensorDescriptor and functional
This commit is contained in:
@@ -14,5 +14,7 @@ struct Array
|
||||
{
|
||||
}
|
||||
|
||||
__host__ __device__ TData operator[](index_t i) const { return mData[i]; }
|
||||
__host__ __device__ const TData& operator[](index_t i) const { return mData[i]; }
|
||||
|
||||
__host__ __device__ TData& operator[](index_t i) { return mData[i]; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user