codeplaysoftware / oneapi-construction-kit

Other
55 stars 21 forks source link

[host] Specify dependency on Mux/Abacus headers #456

Closed hvdijk closed 1 month ago

hvdijk commented 1 month ago

Overview

[host] Specify dependency on Mux/Abacus headers

Reason for change

These headers are used directly by host, so should be referenced so that we do not implicitly rely on some dependency having caused them to be generated.

Description of change

Describe the intended behaviour your changes are meant to introduce to the project and explain how they resolve the problem stated above. Detail any relevant changes that may affect other users of the project, such as compilation options, runtime flags, expected inputs and outputs, API entry points, etc.

If you have added new testing, provide details on what tests you have added and what the purpose of them is.

Anything else we should know?

If there's any other relevant information we should know that may help us in understanding and verifying your patch, please include it here.

Checklist