Skip to content

Regression after merge of gh-1198 #1201

Closed
@oleksandr-pavlyk

Description

@oleksandr-pavlyk
import numpy as np, dpctl.tensor as dpt

n, m = 10**2, 10**3
a = np.hstack((np.arange(n, dtype=np.int32),) * m)
b = np.flipud(a)

c = dpt.asarray(b, device='cpu')  # crash

This regressions was introduced with merge of gh-1198. Filing on behalf of @antonwolfy who discovered and triaged the issue.

Metadata

Metadata

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