Skip to content

WIP: Isl space mismatch fix

James Stevens requested to merge jdsteve2/loopy:isl-space-mismatch-fix into master

Added set.align_params(space) to count() function, which prevents the following space mismatch error when using barvinok.

isl_polynomial.c:3005: Assertion "isl_space_is_equal(pwqp1->dim, pwqp2->dim)" failed

Merge request reports

Loading