Skip to content

Suggestion: make a hip-like-graph base that can be specialised for cuda, rocm and hip? #740

@doocman

Description

@doocman

Currently only CUDA is supported by the cudaGraph, but I wonder if a "hiplikeGraphBase" could be implemented instead that is specialised for CUDA, HIP and ROCm as to allow more GPU vendors. If it works, the current cudaGraphBase and cudaGraphExecBase could potentially be replaced with hiplikeGraphBase</*cuda-tag or cuda-settings*/> and hiplikeExecBase</*cuda-tag or cuda-settings*/>.

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