Skip to content

Nested insertvalue #378

@michel2323

Description

@michel2323

In Julia, we send nested insertvalue through the Khronos SPIRV translator. This leads to OpCompositeInsert and hitting [this] (

IGC_ASSERT_MESSAGE(Indices.size() == 1, "ICE: nested struct not supported!");
).

Our workaround until this is supported is to flatten the insert JuliaGPU/oneAPI.jl#548 .

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