Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 17
    • Merge requests 17
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #2354
Closed
Open
Created Nov 20, 2023 by Michiel Verloop@MVerloopMaintainer

Crash in WLMP when step is not present

The compiler crashes for the following program when a step size of [1, 1] is not explicitly given:

int main()
{
    return with {
        ([0, 0] <= iv < [4, 4]):  _aplmod_SxS_ (iv[0] + 1, 2);
    } : fold (+, 0);
}

When SetSRPstep() in wl_modulo_partitioning.c is called, it creates a step if no step exists yet.
Creating the step results in an N_array, but it expects itself to create an N_avis of an array, causing the crash.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking