Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Copying from device with float64 support to device without float64 support failed #1046

Copy link
Copy link
@npolina4

Description

@npolina4
Issue body actions
import dpctl.tensor as dpt

#Default type is float64.
Xcpu = dpt.ones(4, device="cpu")

#GPU without float64 support. Should have been cast to dtype float32, but failed.
dpt.asarray(Xcpu, device="gpu")
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.