Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interchange bug #1069

Closed
athas opened this issue Aug 2, 2020 · 1 comment
Closed

Interchange bug #1069

athas opened this issue Aug 2, 2020 · 1 comment

Comments

@athas
Copy link
Member

athas commented Aug 2, 2020

I suspect this is closely related to #1068.

let main xs =
  #[unsafe]
  tabulate_2d 10 10 (\a i -> let x = xs[a+i] in
                             loop xs = xs for j < 10 do map (+x) xs)
@athas
Copy link
Member Author

athas commented Aug 2, 2020

On second glance, this is not about interchange at all, but rather some defect in intra-group flattening.

@athas athas closed this as completed in 3f137c4 Aug 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant