Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1467,8 +1467,7 @@ public:
continue;
}

// TODO THIS MAY BE A BUG: do we care about managed devices or host?
const auto memory_node = data_place::device(static_cast<int>(n - 2));
const auto memory_node = from_index(n);
// Skip the target memory node in this step
if (memory_node == target_memory_node)
{
Expand Down

This file was deleted.

Loading
Loading