KhronosGroup / OpenCL-SDK

OpenCL SDK
Apache License 2.0
577 stars 121 forks source link

Revert per-config samples install directories #113

Closed Beanavil closed 1 month ago

Beanavil commented 1 month ago

This PR reverts the changes made in #88 in which the install directories of the samples were modified to per-config install directories inside the bin folder.

Additionally, the MacOS CI job has been patched as it seems that the install directory of PoCL has changed (from /opt/homebrew/Cellar/pocl/6.0 to /opt/homebrew/Cellar/pocl/6.0_1) and thus the hard-coded vendors path used within the workflow was outdated (and triggering tests failures).

Beanavil commented 1 month ago

@bashbaug fyi: agreed with @MathiasMagnus to split the TODO work for SDK and Layers

Beanavil commented 1 month ago

@bashbaug No further work is needed AFAIK