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<_>>();
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<_>>();