intel / DML

Intel® Data Mover Library (Intel® DML)
https://intel.github.io/DML/
MIT License
81 stars 17 forks source link

examples not getting compiled by default #13

Closed niravnshah closed 2 years ago

niravnshah commented 2 years ago

As per the documentation here, the examples should be compiled, however, it is not specified in the CMakeLists.txt.

Please add this line to CMakeLists.txt to get the examples compiled when the DML is compiled.

image

EgorKupaev commented 2 years ago

Hi @niravnshah, thank you for pointing out the issue. It seems that this line was accidentally removed and it will be fixed.

EgorKupaev commented 2 years ago

The issue is fixed.