Skip to content

Remove (or hide) the strides from the type of View #11

Description

@leanil

Pros for strides in type:

  • the stride is logically part of the behavior
  • Views with different strides may be incompatible in some context
  • Other ways of storing constant arrays in kernels may be problematic

Cons:

  • Views with different strides are mostly interchangeable as function arguments
  • Closures are derived from the (formal) lambda lambda parameters (including strides), not the actual expressions they are applied to, so we can't provide "library" that are general in strides.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions