You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a new compiler bug today. The start of the complaint was:
Internal compiler error. Please report this:
https://github.com/diku-dk/futhark/issues
Type error after pass 'Fuse SOACs':
In function entry_main
When checking function body
In expression of statement
{replicate_14296 : ({}, [MN2_13061][MN2_13061]f64)}
In subexp defunc_1_map_res_13270
Use of unknown variable defunc_1_map_res_13270.
I'm just putting the start because it then proceeded to print out a bunch of IR information (I think) which would be too long for this format.
Here is the futhark commit I am using: git: 3f2a2ef (Sat Jan 21 22:23:55 2023 +0100).
Here is a test program that produces the bug: SOAC_bug.zip
Apologies that it's so long! I tried to shorten it as much as possible, but since this bug is happening comparatively late in the compilation process, it seems to depend on a lot of overlapping pieces of code.
The text was updated successfully, but these errors were encountered:
I found a new compiler bug today. The start of the complaint was:
I'm just putting the start because it then proceeded to print out a bunch of IR information (I think) which would be too long for this format.
Here is the futhark commit I am using:
git: 3f2a2ef (Sat Jan 21 22:23:55 2023 +0100)
.Here is a test program that produces the bug: SOAC_bug.zip
Apologies that it's so long! I tried to shorten it as much as possible, but since this bug is happening comparatively late in the compilation process, it seems to depend on a lot of overlapping pieces of code.
The text was updated successfully, but these errors were encountered: