Skip to content

asarray() function returns RuntimeError: Native API failed. #1089

Closed
@npolina4

Description

@npolina4
import dpctl.tensor as dpt
x = dpt.asarray([1, 2, 3], device='level_zero:gpu')
dpt.asarray(x, dtype='i4', device='opencl:gpu')
dpt.asarray(x, dtype='i4', device='opencl:gpu')
x = dpt.asarray([1, 2, 3], device='level_zero:gpu')
RuntimeError: Native API failed. Native API returns: -997 (The plugin has emitted a backend specific error) -997 (The plugin has emitted a backend specific error)

OS: Windows
Driver version: 30.0.101.1660

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