Skip to content

CPU/GPU Name Matching #2

@drogers0

Description

@drogers0

Name matching is not very robust or performative.

speclens/src/annotate.js

Lines 20 to 23 in 724832e

const entries = Array.from(lookup.entries()).sort((a, b) => b[0].length - a[0].length);
const normtext = normalizeName(text);
for (const [key, value] of entries) {
if (normtext.includes(key)) {

GPU "ION" Resulting in false positives

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