Skip to content

Commit

Permalink
missed another scope change
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsjann123 committed Dec 17, 2024
1 parent b9b030b commit 89b7c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/test_pointwise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bool hasVectorizationCache(TensorView* tv) {

class DomainMapUnitTest : public scheduler_tools::DomainMap {
public:
DomainMapUnitTest(Fusion* fusion) : pointwise_utils::DomainMap(fusion) {};
DomainMapUnitTest(Fusion* fusion) : scheduler_tools::DomainMap(fusion) {};
bool testTargetCoverage(TensorView* target_tv, TensorView* reference_tv)
const {
return areAllTargetIdsCoveredBy(target_tv, reference_tv);
Expand Down

0 comments on commit 89b7c20

Please sign in to comment.