Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
irexyc committed Aug 15, 2023
1 parent 85e011a commit f512317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turbomind/utils/Tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct Tensor {
MemoryType where;
DataType type;
std::vector<size_t> shape;
void* data; // TODO(bhseuh) modify from const void* to void* const
void* data;
std::vector<size_t> offsets = std::vector<size_t>{};

Tensor();
Expand Down

0 comments on commit f512317

Please sign in to comment.