Skip to content

CUDA Error: no kernel image is available for execution on the device #6

@etyhh

Description

@etyhh

With code below
module = CUmodule()
checkCUStatus(cuda.cuModuleLoadData(ctypes.byref(module), data))

get error message
CUDA Error: no kernel image is available for execution on the device

My system installed CUDA 11.4 and torch 2.0.1, torch can use CUDA normally.

Any suggestion for solving this problam?

Thanks.

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