(fun, synchronize=True)
| 230 | |
| 231 | |
| 232 | def cupy_case(fun, synchronize=True): |
| 233 | common_case( |
| 234 | cupy_wrapper(fun, synchronize), "gpu", partial(cupy_compare, fun, synchronize), synchronize |
| 235 | ) |
| 236 | |
| 237 | |
| 238 | def cupy_simple(in1, in2): |
no test coverage detected