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

Function cupy_case

dali/test/python/test_dltensor_operator.py:232–235  ·  view source on GitHub ↗
(fun, synchronize=True)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

common_caseFunction · 0.85
cupy_wrapperFunction · 0.85

Tested by

no test coverage detected