Skip to content

Does the definition of alphaNumerators[threadId] should be (float*)malloc(K * K * sizeof(float)) ? #4

Description

@nk2014yj

the dot product of two vectors(p-sk and tj) is a float, and in the function computeOptimalAlphaSubset, using memset(alphaNumerators[threadId], 0, K * K * sizeof(float)).

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