1root_compute_int_in.rs:4:21: error: Compute kernel root() cannot have non-pointer parameters besides 'x' and 'y'. Parameter 'in' is of type: 'const int' 2root_compute_int_in.rs:4:6: error: Compute kernel root() must have at least one parameter for in or out 3