Skip to content

[Quasar] Fix ThreadId enum #1275

@amokanTT

Description

@amokanTT

The ThreadId enum needs to be added to /tt_llk_quasar/common/inc/ckernel_defs.h in order to bring up Quasar in metal in PR #1145 .

However this enum has values which are misleading, for istance BriscThreadId. Brisc does not exist in Quasar and this enum should be refactored.

enum ThreadId
{
    BriscThreadId  = 0,
    UnpackThreadId = 1,
    MathThreadId   = 2,
    PackThreadId   = 3
};

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