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

Commit f0fb374

Browse files
author
Sven Verdoolaege
committed
use templated isl types TensorReference
1 parent 608c798 commit f0fb374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tc/core/polyhedral/memory_promotion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ class TensorReference {
8181

8282
public:
8383
// Original access relation in terms of the Scop domain.
84-
isl::map originalAccess;
84+
isl::Map<Statement, Tensor> originalAccess;
8585

8686
// Access relation in terms of partial schedule at the point where the
8787
// reference group is introduced in the tree.
88-
isl::map scopedAccess;
88+
isl::Map<Scope, Tensor> scopedAccess;
8989

9090
// Access direction (read or write).
9191
AccessType type;

0 commit comments

Comments
 (0)