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

Commit bb6dca4

Browse files
Merge pull request #210 from facebookresearch/pr/drop_unused_variable
halide2isl.cc: extractAccess: drop unused variable
2 parents 7b291e3 + 09a3313 commit bb6dca4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/halide2isl.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,6 @@ isl::map extractAccess(
252252
isl::space tagSpace = paramSpace.set_tuple_name(isl::dim_type::set, tag);
253253
domainSpace = domainSpace.product(tagSpace);
254254

255-
// The tensor's storage space is really a set, rather than a
256-
// space, but for now we'll ignore the fact that it is bounded.
257-
isl::set range = isl::set::universe(rangeSpace);
258-
259255
// Start with a totally unconstrained relation - every point in
260256
// the iteration domain could write to every point in the allocation.
261257
isl::map map =

0 commit comments

Comments
 (0)