[eigen-commits] commit/eigen: 5 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: 5 new changesets
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Wed, 01 Aug 2018 19:14:40 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=GTgyIcZsOmQKQ670mdKSTCbkbBQ=; b=uC3TebBkxC2DxBwoDt9Kg1H cSR/Z4Id+srv5qwzlWEvqaFk000BByHm0TrgkHz41xqNbFv0w+KvjuvWMzrW0790 OD4Rhj9ottcXJ4UHSzlHbYw4QG8yUip7nyUnkZf9Ea5rKkmqgt671ronXEMsoBq+ j2DsR+oIuX0S6IbsR8ZQ=
5 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/6e384792ac6c/
Changeset: 6e384792ac6c
User: paultucker
Date: 2018-07-17 00:26:05+00:00
Summary: Add optional Allocator argument to ThreadPoolDevice constructor.
When supplied, this allocator will be used in place of
internal::aligned_malloc. This permits e.g. use of a NUMA-node specific
allocator where the thread-pool is also restricted a single NUMA-node.
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/dffcae0f5e68/
Changeset: dffcae0f5e68
User: paultucker
Date: 2018-07-17 00:53:36+00:00
Summary: Actually add optional Allocator* arg to ThreadPoolDevice().
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/ab76862cb89f/
Changeset: ab76862cb89f
User: paultucker
Date: 2018-07-20 00:43:44+00:00
Summary: Add test coverage for ThreadPoolDevice optional allocator.
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/e3af03d727b1/
Changeset: e3af03d727b1
User: paultucker
Date: 2018-07-31 20:52:18+00:00
Summary: Change getAllocator() to allocator() in ThreadPoolDevice.
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/d5bf4f19f57e/
Changeset: d5bf4f19f57e
User: benoitsteiner
Date: 2018-08-01 19:14:34+00:00
Summary: Merged in paultucker/eigen (pull request #431)
Optional ThreadPoolDevice allocator
Approved-by: Benoit Steiner <benoit.steiner.goog@xxxxxxxxx>
Affected #: 2 files
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.