Skip to content

Commit

Permalink
Revert "Revert "clean up (#2070)" (#2079)"
Browse files Browse the repository at this point in the history
This reverts commit a820dc2.
  • Loading branch information
k-ye authored Dec 1, 2020
1 parent a820dc2 commit 8ad881c
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 257 deletions.
4 changes: 4 additions & 0 deletions taichi/program/async_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ struct AsyncState {
return unique_id == other.unique_id;
}

bool operator!=(const AsyncState &other) const {
return !(*this == other);
}

std::string name() const;

bool holds_snode() const {
Expand Down
Loading

0 comments on commit 8ad881c

Please sign in to comment.