Home | History | Annotate | Download | only in F_root_compute_really_bad
      1 root_compute_really_bad.rs:4:5: error: Compute kernel root() is required to return a void type
      2 root_compute_really_bad.rs:5:31: error: In compute kernel root(), parameter 'x' should be defined before parameter 'y'
      3 root_compute_really_bad.rs:6:19: error: In compute kernel root(), parameter 'extra1' cannot appear after the 'x' and 'y' parameters
      4 root_compute_really_bad.rs:6:36: error: In compute kernel root(), parameter 'extra2' cannot appear after the 'x' and 'y' parameters
      5 root_compute_really_bad.rs:4:14: error: Compute kernel root() cannot have non-pointer parameters besides 'x' and 'y'. Parameter 'ain' is of type: 'int'
      6 root_compute_really_bad.rs:4:23: error: Compute kernel root() cannot have non-pointer parameters besides 'x' and 'y'. Parameter 'aout' is of type: 'int'
      7 root_compute_really_bad.rs:4:33: error: Compute kernel root() cannot have non-pointer parameters besides 'x' and 'y'. Parameter 'usrData' is of type: 'int'
      8 root_compute_really_bad.rs:4:48: error: Compute kernel root() cannot have non-pointer parameters besides 'x' and 'y'. Parameter 'x1' is of type: 'float'
      9 root_compute_really_bad.rs:4:59: error: Compute kernel root() cannot have non-pointer parameters besides 'x' and 'y'. Parameter 'y1' is of type: 'double'
     10 root_compute_really_bad.rs:4:5: error: Compute kernel root() must have at least one parameter for in or out
     11 root_compute_really_bad.rs:10:44: error: Compute kernel root2() can only have one non-const pointer parameter. Parameters 'ain' and 'usrData' are both non-const.
     12 root_compute_really_bad.rs:10:66: error: Unexpected parameter 'x1' for compute kernel root2()
     13 root_compute_really_bad.rs:11:26: error: Unexpected parameter 'y1' for compute kernel root2()
     14 root_compute_really_bad.rs:16:38: error: In compute kernel root_kernel(), parameter 'x' should be defined before parameter 'y'
     15 root_compute_really_bad.rs:16:50: error: In compute kernel root_kernel(), parameter 'extra1' cannot appear after the 'x' and 'y' parameters
     16 root_compute_really_bad.rs:16:67: error: In compute kernel root_kernel(), parameter 'extra2' cannot appear after the 'x' and 'y' parameters
     17 root_compute_really_bad.rs:15:31: error: Invalid parameter 'aout' for compute kernel root_kernel(). Kernels targeting SDK levels 11-21 may not use multiple input parameters.
     18 root_compute_really_bad.rs:15:31: error: Compute kernel root_kernel() cannot have parameter 'aout' of pointer type: 'int *'
     19 root_compute_really_bad.rs:15:41: error: Invalid parameter 'usrData' for compute kernel root_kernel(). Kernels targeting SDK levels 11-21 may not use multiple input parameters.
     20 root_compute_really_bad.rs:15:56: error: Invalid parameter 'x1' for compute kernel root_kernel(). Kernels targeting SDK levels 11-21 may not use multiple input parameters.
     21 root_compute_really_bad.rs:15:67: error: Invalid parameter 'y1' for compute kernel root_kernel(). Kernels targeting SDK levels 11-21 may not use multiple input parameters.
     22