mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
* port the mimalloc allocator * hook mimalloc opt into common.h and reduction ops * repurpose USE_MIMALLOC to only denote subbing in of default allocator with mimalloc and some refactoring * fix unintended cherry pick diffs * polish alloctor_mimalloc * explicitly disable mimalloc where it already had been disabled * update mimalloc to pull in stl allocator * switch mimalloc stl allocator to use mimalloc library version * turn mimalloc on by default (only the stl changes are enabled, the python interacting ones are off already and shall remain so) * move FastAllocVector into cpu specific code * separate out defines into arena and stl changes * the rest of the define renames * bfc arena allocator * some typos and rename the bfc arena allocator to fit existing class naming conventions * adjustments in response to comments * different template instantiations are friends |
||
|---|---|---|
| .. | ||
| cub@c3cceac115 | ||
| date@e7e1482087 | ||
| DNNLibrary@e17f11e966 | ||
| eigen@efd9867ff0 | ||
| FeaturizersLibrary@afebe4c9d4 | ||
| gemmlowp@42c53187a5 | ||
| googletest@703bd9caab | ||
| json@d98bf0278d | ||
| mimalloc@2d54553b7a | ||
| nsync@436617053d | ||
| onnx@1facb4c1bb | ||
| onnx-tensorrt@6769f66f3c | ||
| protobuf@498de9f761 | ||
| re2@30cad26715 | ||
| SafeInt | ||
| tvm@c6e3efcdb0 | ||
| wil@e8c599bca6 | ||
| dml.cmake | ||
| dnnl.cmake | ||
| eigen.cmake | ||
| featurizers.cmake | ||
| FindNumPy.cmake | ||
| jemalloc.cmake | ||
| mimalloc.cmake | ||
| ngraph.cmake | ||
| pybind11.cmake | ||
| zlib.cmake | ||