loopy
loopy copied to clipboard
A code generator for array-based code on CPUs and GPUs
```python import islpy as isl a=isl.BasicSet("[im_w, im_h, nimgs, nfeats] -> { : im_w >= 7 and im_h >= 7 and nimgs >= 0 and nfeats > 0 }") b=isl.BasicSet("[nfeats, nimgs,...
As evidenced by, e.g., this run: https://gitlab.tiker.net/inducer/loopy/-/jobs/801495 This was introduced in 421ee2a09b95124fb40c545ef24d6ad86a67262f when the git revision fell out of the data model version.
x-ref #868 https://github.com/inducer/loopy/commit/2cf9a07dfda3f8f1b0ce52281409ac200795b6fc is the offending commit.