Skip to content

Commit

Permalink
MAINT: Remove task_target (was removed from legate)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Berg <[email protected]>
  • Loading branch information
seberg committed Dec 30, 2024
1 parent e595469 commit a9fe43e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cpp/src/core/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ class Mapper : public legate::mapping::Mapper {
Mapper(const Mapper& rhs) = delete;
Mapper& operator=(const Mapper& rhs) = delete;

legate::mapping::TaskTarget task_target(
const legate::mapping::Task& task,
const std::vector<legate::mapping::TaskTarget>& options) override
{
return *options.begin(); // Choose first priority
}

std::vector<legate::mapping::StoreMapping> store_mappings(
const legate::mapping::Task& task,
const std::vector<legate::mapping::StoreTarget>& options) override
Expand Down

0 comments on commit a9fe43e

Please sign in to comment.