[eigen-commits] commit/eigen: rmlarsen: Fix a race in async tensor evaluation: Don't run on_done() until after device.deallocate() / evaluator.cleanup() complete, since the device might be destroyed after on_done() runs. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: rmlarsen: Fix a race in async tensor evaluation: Don't run on_done() until after device.deallocate() / evaluator.cleanup() complete, since the device might be destroyed after on_done() runs.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Mon, 11 Nov 2019 20:27:08 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bitbucket.org; h=content-type:mime-version:content-transfer-encoding:subject:from:to; s=s1; bh=taj2/rLDNU+3b7Tj/528Fc81iLyD3ZLqY/yWRDn4a0I=; b=EE+moC/ PwL592CKMIA/sd0BT/bfSrslGiHxcdJBjrVY1SiNRlT4vvHViWGvG0V1AZt5kdwJ jCTblxkG0q5XkX4DFmIP3ftRAofzL2RIRMevFepXP0S/nM5O1DuRiDAbs1aQHYuq JYk7I121tjC+s7U3hv2dXN2dpD2MEFn7QQgI=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/c90e94a0c507/
Changeset: c90e94a0c507
User: rmlarsen
Date: 2019-11-11 20:26:41+00:00
Summary: Fix a race in async tensor evaluation: Don't run on_done() until after device.deallocate() / evaluator.cleanup() complete, since the device might be destroyed after on_done() runs.
Affected #: 1 file
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.