Skip to content

CUDAAgent.CUDARTCFuncMapPair unused #1378

@ptheywood

Description

@ptheywood

CUDAAgent includes a typedef

typedef std::pair<const std::string, std::unique_ptr<jitify2::KernelData>> CUDARTCFuncMapPair;

This appears to be unused, so can probably be removed.

Based on the docstring, it (probably?) was the value type of

typedef std::map<const std::string, std::unique_ptr<jitify2::KernelData>> CUDARTCFuncMap;

but that is not currently the case

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