This commit is contained in:
Awni Hannun
2025-11-13 11:30:02 -08:00
committed by GitHub
parent 8973550ff3
commit 66519fb348
6 changed files with 39 additions and 17 deletions

View File

@@ -167,7 +167,7 @@ void array::copy_shared_buffer(
const Strides& strides,
Flags flags,
size_t data_size,
size_t offset /* = 0 */) {
int64_t offset /* = 0 */) {
array_desc_->data = other.array_desc_->data;
array_desc_->strides = strides;
array_desc_->flags = flags;