Skip to content

Don't carry stride information for dense axes #16

Description

@chriselrod

Given an axis is dense, its stride can be computed from the size. This has the advantages of

  1. decreasing the size of the object
  2. allowing a sufficiently smart compiler to uncover the orthogonality of memory accesses along separate strides when the size determines iteration bounds.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions