MCPcopy Create free account
hub / github.com/NVIDIA/DALI / test_cupy

Function test_cupy

dali/test/python/test_dltensor_operator.py:283–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281
282@attr("cupy")
283def 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")

Callers

nothing calls this directly

Calls 3

setup_cupyFunction · 0.85
printFunction · 0.85

Tested by

no test coverage detected