Skip to content

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

@leanil

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.

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