Skip to content

Automatically de-Constant tuple arguments #78

@AntonOresten

Description

@AntonOresten

Something like a dispatching on Tuple{Vararg{IntOrConstInt}} for load, reshape, etc. to avoid having to explicitly get the value parameter from the Constant with e.g. tm[]. Currently one can assign separate variables or do kernel(::ConstInt{tm}) where tm to achieve this. I find the latter nicer to parse but both are a bit verbose compared to Python.

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