Page MenuHomeSolus

Update mdds to 1.3.1
ClosedPublic

Authored by kyrios123 on Nov 12 2017, 5:05 PM.
Tags
None
Referenced Files
F10988929: D1361.id3332.diff
Mon, Jul 24, 1:04 PM
F10978592: D1361.id3323.diff
Sat, Jul 22, 7:52 PM
F10961246: D1361.diff
Tue, Jul 18, 2:57 PM
F10854182: D1361.id3332.diff
Jun 13 2023, 1:32 PM
F10854181: D1361.id3323.diff
Jun 13 2023, 1:32 PM
F10854180: D1361.id.diff
Jun 13 2023, 1:32 PM
F10852985: D1361.diff
Jun 13 2023, 9:14 AM
F10726367: D1361.id3332.diff
May 9 2023, 5:06 AM
Subscribers

Details

Summary
  • flat_segment_tree
    • fixed a bug that caused an assertion error when inserting a out-of-bound segment whose start value equals the max key value.
  • multi_type_vector
    • changed the primary block array storage to remove additional indirection, for improved memory locality.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

add: self checks.
No further tests done, but the API version remains unchanged (1.2)

Diff Detail

Repository
R2058 mdds
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

sunnyflunk added a subscriber: sunnyflunk.

LGTM, I think it's purpose is to run one of the PTS tests for testing openblas performance

This revision is now accepted and ready to land.Nov 12 2017, 11:21 PM
This revision was automatically updated to reflect the committed changes.