Skip to content

Commit

Permalink
another reminiscence of unresolved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrdar committed Feb 21, 2025
1 parent 1bbd29a commit db70275
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/atlas/array/native/NativeDataStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,9 @@ class WrappedDataStore : public ArrayDataStore {

void deallocateDevice() const override {
if (device_allocated_) {
<<<<<<< HEAD
if (contiguous_) {
accUnmap();
}
=======
accUnmap();
>>>>>>> 45b83404b8e0a2d54c4ad009786dca7f808b5a0e
device_allocator_.deallocate(device_data_, size_);
device_data_ = nullptr;
device_allocated_ = false;
Expand Down

0 comments on commit db70275

Please sign in to comment.