()
| 290 | |
| 291 | @attr("cupy") |
| 292 | def test_cupy_kernel_gray_scale(): |
| 293 | setup_cupy() |
| 294 | cupy_case(cupy_kernel_gray_scale, synchronize=False) |
| 295 | |
| 296 | |
| 297 | # ---------------- test strided copy kernel with strided tensors ----------------- |
nothing calls this directly
no test coverage detected