Closed cclauss closed 4 years ago
async is a reserved word in Python 3.7 and later. To fix this pytorch/pytorch#4999 changed cuda(async=True) to __cuda(non_blocking=True)__ so this PR tracks with that change. That fix landed in PyTourch 0.4.1.
async is a reserved word in Python 3.7 and later. To fix this pytorch/pytorch#4999 changed cuda(async=True) to __cuda(non_blocking=True)__ so this PR tracks with that change. That fix landed in PyTourch 0.4.1.