()
| 281 | |
| 282 | @attr("cupy") |
| 283 | def test_cupy(): |
| 284 | setup_cupy() |
| 285 | print(cupy) |
| 286 | for testcase in [cupy_simple, cupy_kernel_square_diff, cupy_kernel_mix_channels]: |
| 287 | yield cupy_case, testcase |
| 288 | yield from _cupy_flip_with_negative_strides_suite() |
| 289 | |
| 290 | |
| 291 | @attr("cupy") |
nothing calls this directly
no test coverage detected