Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 0ec5785

Browse files
author
Sven Verdoolaege
committed
CodegenStatementContext: use isl::pw_multi_aff::get_range_tuple_id
This removes a use of isl::dim_type, which will not be exported in mainline isl.
1 parent 47c99df commit 0ec5785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/cuda/codegen.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ struct CodegenStatementContext : CodegenContext {
114114
return this->nodeInfoMap.at(astNodeId).build;
115115
}
116116
isl::id statementId() const {
117-
return this->iteratorMap().get_tuple_id(isl::dim_type::out);
117+
return this->iteratorMap().get_range_tuple_id();
118118
}
119119
isl::set domain() const {
120120
return isl::map::from(this->iteratorMap()).range();

0 commit comments

Comments
 (0)