Skip to content

LayerNorm example fails on autotuning #345

@PaulZhang12

Description

@PaulZhang12

The LayerNorm example #170 currently fails when autotuning, especially when setting the config reduction_loops to anything but None. Specifically, it fails on an assert for codegen for _get_symnode

assert isinstance(val, (torch.SymInt, torch.SymFloat, torch.SymBool)), val
, in which val is a constant, 64, which is the reduction dimension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions