Closed athas closed 4 years ago
In the generated Rust code that copies Futhark arrays to CPU memory, the error value returned by the "values" function is not checked.
I think this is the line that needs error-handling: https://github.com/Erk-/genfut/blob/da778f7cc0c7a8bb1e8b840f653e31540c500c95/src/static/static_array_types.rs#L59
In the generated Rust code that copies Futhark arrays to CPU memory, the error value returned by the "values" function is not checked.