This repository was archived by the owner on Apr 1, 2025. It is now read-only.
v0.1.5-beta
·
99 commits
to develop
since this release
Intel® DML v0.1.5-beta
Date: November 2021
Note: Release introduces unification of underlying implementation for both C and C++ APIs
Features:
- Added internal device selection logic to C API (the same as for C++ API)
- Selector considers submitting thread's NUMA node id
- Selector switches devices and work queues with each submission
- Improved range checking for C and C++ APIs
Bug fix:
- Lowered memory size requirements for job structure by ~100x.