Skip to content

FR: add helpful error messages for inadequate-cuda-capability detection #4965

Open
@steven-johnson

Description

@steven-johnson

Currently, if you compile for (say) host-cuda-cuda_capability_50, but run on a system that only supports lower versions of Cuda, you'll fail at runtime with a PTX_INVALID failure, which isn't very helpful. It would be nice if the runtime assertion code we generate sniffed the version-found vs the version-required and emitted a more useful error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew user-visible features or improvements to existing features.usability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions