Skip to content

Adding DML Library in CentOS docker image - #53

Merged
igchor merged 1 commit into
intel:developfrom
guptask:aggregate_item_dsa
Jan 20, 2023
Merged

Adding DML Library in CentOS docker image#53
igchor merged 1 commit into
intel:developfrom
guptask:aggregate_item_dsa

Conversation

@guptask

@guptaskguptask commented Jan 19, 2023

Copy link
Copy Markdown

This change is Reviewable

@guptask
guptask requested a review from igchorJanuary 19, 2023 17:09
@guptaskguptask self-assigned this Jan 19, 2023

@igchorigchor left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems some dependencies are missing:

In file included from /DML/sources/core/src/hw_dispatcher/legacy_headers/hardware_definitions.h:17,
from /DML/sources/core/src/hw_dispatcher/hw_queue.hpp:16,
from /DML/sources/core/src/hw_dispatcher/hw_device.hpp:13,
from /DML/sources/core/src/hw_dispatcher/hw_device.cpp:9:
/DML/sources/core/src/hw_dispatcher/legacy_headers/libaccel_config.h:19:10: fatal error: uuid/uuid.h: No such file or directory
#include <uuid/uuid.h>
^~~~~~~~~~~~~
compilation terminated.

Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @guptask)

@guptask

Copy link
Copy Markdown
Author

added

@guptask
guptask requested a review from igchorJanuary 19, 2023 23:06
@igchor
igchor merged commit a0fd33e into intel:developJan 20, 2023
byrnedj pushed a commit that referenced this pull request Mar 3, 2023
Run tests on CI
Run long tests (navy/bench) every day on CI
Run CI on prebuild docker image
Run only centos build on CI
Update docker file used in CI
Centos8 is EOL
Disable failing clang-format-check
Add extra param to build-package.sh
Add scripts for rebuilding/pushing docker images
Taken from: pmem/dev-utils-kit@30794c3
Extend CI to rebuild docker automatically
Update build-cachelib-docker.yml
Do not use shallow clone to make sure Docker rebuild logic works correctly.
Added required packages to install Intel ittapi
Update CI to use intel/CacheLib repo (#17)
Add multi-tier navy benchmark and run it on CI
- fix navy multi-tier config for NUMA bindings
added code coverage support in CacheLib
Adding libdml to CentOS docker image (#53)
only exclude allocator-test-NavySetupTestm, shm-test-test_page_size tests
added perf and numactl to docker packages
---------------------------------------------
one large commit for all CI and code coverage
see above for the change history.
vinser52 pushed a commit that referenced this pull request Jul 17, 2023
Run tests on CI
Run long tests (navy/bench) every day on CI
Run CI on prebuild docker image
Run only centos build on CI
Update docker file used in CI
Centos8 is EOL
Disable failing clang-format-check
Add extra param to build-package.sh
Add scripts for rebuilding/pushing docker images
Taken from: pmem/dev-utils-kit@30794c3
Extend CI to rebuild docker automatically
Update build-cachelib-docker.yml
Do not use shallow clone to make sure Docker rebuild logic works correctly.
Added required packages to install Intel ittapi
Update CI to use intel/CacheLib repo (#17)
Add multi-tier navy benchmark and run it on CI
- fix navy multi-tier config for NUMA bindings
added code coverage support in CacheLib
Adding libdml to CentOS docker image (#53)
only exclude allocator-test-NavySetupTestm, shm-test-test_page_size tests
added perf and numactl to docker packages
---------------------------------------------
one large commit for all CI and code coverage
see above for the change history.
byrnedj pushed a commit that referenced this pull request Jul 23, 2023
Run tests on CI
Run long tests (navy/bench) every day on CI
Run CI on prebuild docker image
Run only centos build on CI
Update docker file used in CI
Centos8 is EOL
Disable failing clang-format-check
Add extra param to build-package.sh
Add scripts for rebuilding/pushing docker images
Taken from: pmem/dev-utils-kit@30794c3
Extend CI to rebuild docker automatically
Update build-cachelib-docker.yml
Do not use shallow clone to make sure Docker rebuild logic works correctly.
Added required packages to install Intel ittapi
Update CI to use intel/CacheLib repo (#17)
Add multi-tier navy benchmark and run it on CI
- fix navy multi-tier config for NUMA bindings
added code coverage support in CacheLib
Adding libdml to CentOS docker image (#53)
only exclude allocator-test-NavySetupTestm, shm-test-test_page_size tests
added perf and numactl to docker packages
---------------------------------------------
one large commit for all CI and code coverage
see above for the change history.
vinser52 pushed a commit that referenced this pull request Feb 29, 2024
Run tests on CI
Run long tests (navy/bench) every day on CI
Run CI on prebuild docker image
Run only centos build on CI
Update docker file used in CI
Centos8 is EOL
Disable failing clang-format-check
Add extra param to build-package.sh
Add scripts for rebuilding/pushing docker images
Taken from: pmem/dev-utils-kit@30794c3
Extend CI to rebuild docker automatically
Update build-cachelib-docker.yml
Do not use shallow clone to make sure Docker rebuild logic works correctly.
Added required packages to install Intel ittapi
Update CI to use intel/CacheLib repo (#17)
Add multi-tier navy benchmark and run it on CI
- fix navy multi-tier config for NUMA bindings
added code coverage support in CacheLib
Adding libdml to CentOS docker image (#53)
only exclude allocator-test-NavySetupTestm, shm-test-test_page_size tests
added perf and numactl to docker packages
---------------------------------------------
one large commit for all CI and code coverage
see above for the change history.
byrnedj pushed a commit that referenced this pull request May 21, 2024
Run tests on CI
Run long tests (navy/bench) every day on CI
Run CI on prebuild docker image
Run only centos build on CI
Update docker file used in CI
Centos8 is EOL
Disable failing clang-format-check
Add extra param to build-package.sh
Add scripts for rebuilding/pushing docker images
Taken from: pmem/dev-utils-kit@30794c3
Extend CI to rebuild docker automatically
Update build-cachelib-docker.yml
Do not use shallow clone to make sure Docker rebuild logic works correctly.
Added required packages to install Intel ittapi
Update CI to use intel/CacheLib repo (#17)
Add multi-tier navy benchmark and run it on CI
- fix navy multi-tier config for NUMA bindings
added code coverage support in CacheLib
Adding libdml to CentOS docker image (#53)
only exclude allocator-test-NavySetupTestm, shm-test-test_page_size tests
added perf and numactl to docker packages
---------------------------------------------
one large commit for all CI and code coverage
see above for the change history.
byrnedj pushed a commit that referenced this pull request Jun 25, 2024
Run tests on CI
Run long tests (navy/bench) every day on CI
Run CI on prebuild docker image
Run only centos build on CI
Update docker file used in CI
Centos8 is EOL
Disable failing clang-format-check
Add extra param to build-package.sh
Add scripts for rebuilding/pushing docker images
Taken from: pmem/dev-utils-kit@30794c3
Extend CI to rebuild docker automatically
Update build-cachelib-docker.yml
Do not use shallow clone to make sure Docker rebuild logic works correctly.
Added required packages to install Intel ittapi
Update CI to use intel/CacheLib repo (#17)
Add multi-tier navy benchmark and run it on CI
- fix navy multi-tier config for NUMA bindings
added code coverage support in CacheLib
Adding libdml to CentOS docker image (#53)
only exclude allocator-test-NavySetupTestm, shm-test-test_page_size tests
added perf and numactl to docker packages
---------------------------------------------
one large commit for all CI and code coverage
see above for the change history.
byrnedj pushed a commit that referenced this pull request Jun 26, 2024
Run tests on CI
Run long tests (navy/bench) every day on CI
Run CI on prebuild docker image
Run only centos build on CI
Update docker file used in CI
Centos8 is EOL
Disable failing clang-format-check
Add extra param to build-package.sh
Add scripts for rebuilding/pushing docker images
Taken from: pmem/dev-utils-kit@30794c3
Extend CI to rebuild docker automatically
Update build-cachelib-docker.yml
Do not use shallow clone to make sure Docker rebuild logic works correctly.
Added required packages to install Intel ittapi
Update CI to use intel/CacheLib repo (#17)
Add multi-tier navy benchmark and run it on CI
- fix navy multi-tier config for NUMA bindings
added code coverage support in CacheLib
Adding libdml to CentOS docker image (#53)
only exclude allocator-test-NavySetupTestm, shm-test-test_page_size tests
added perf and numactl to docker packages
updated the docker gcc version to 12
---------
Co-authored-by: Matt Rae <matt.rae@intel.com>
This makes sure that dependencies are always build in proper versions.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@guptask@igchor