Skip to content

rust version 1.28 forwards seems to break new array creation #176

Closed
@Aidan24

Description

@Aidan24

From rust version 1.28.0 forwards statements that create new arrays like
let weights: af::Array = randu::(wdims);
fail at runtime for me. Downgrading to 1.27.2 and below they work again. I have tried multiple versions of the arrayfire wrapper and different versions of Arrayfire and it doesn't seem to make a difference.

Windows 10 version 1803 build 17134.191
2017 C++ buildtools

Metadata

Metadata

Assignees

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