Skip to content

When increasing the input_data array size in the sort tutorial (sort.rs) sorting is unsuccessful #659

@nikitas2665

Description

@nikitas2665

Using a larger array for input_data in the sort.rs file produces erroneous results on an Nvidia RTX 4080.

E.g.

let input_data = (0u32..1280 * 9).rev().collect::<Vec<_>>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions