Skip to content

Segmentation fault when indexing with float slices #256

@fmassa

Description

@fmassa

I get a segfault when running the following script:

import torch
t = torch.rand(3,3)
t[0.0, 0.0:1.0] # segfault

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions