We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f99ef commit b2515d9Copy full SHA for b2515d9
dppy_lowerer.py
@@ -423,8 +423,7 @@ def print_arg_with_addrspaces(args):
423
424
425
# Determine the unique names of the scheduling and gufunc functions.
426
- gufunc_name = "__numba_parfor_gufunc_%s" % (
427
- hex(hash(parfor)).replace("-", "_"))
+ gufunc_name = "__numba_parfor_gufunc_%s" % (parfor.id)
428
429
if config.DEBUG_ARRAY_OPT:
430
# print("sched_func_name ", type(sched_func_name), sched_func_name)
0 commit comments