Matti Puputti
Results
1
issues of
Matti Puputti
At the end of the page https://intelpython.github.io/numba-dppy/latest/user_guides/debugging/local_variables.html, the script ends before the function review() is called: ``` @dppy.func def revive(x): return x @dppy.kernel(debug=True) def data_parallel_sum(a, b, c): i = dppy.get_global_id(0)...
bug
documentation
user