codeplaysoftware / oneapi-construction-kit

Other
55 stars 21 forks source link

Remove outdated partial Unified Runtime adapter #446

Closed kbenzie closed 1 month ago

kbenzie commented 2 months ago

The recommended integration into oneAPI through the construction kit is via the OpenCL adapter. This patch removes the outdated, partial, implementation of the Unified Runtime specification on top of ComputeMux.

hvdijk commented 2 months ago

No issue with this, but note that we need to make sure we remove this from our CI testing before we remove the code.

kbenzie commented 2 months ago

No issue with this, but note that we need to make sure we remove this from our CI testing before we remove the code.

Is that in GitHub Actions?

coldav commented 2 months ago

No issue with this, but note that we need to make sure we remove this from our CI testing before we remove the code.

Is that in GitHub Actions?

sadly not but I will merge this once it's removed there if that is okay.

kbenzie commented 2 months ago

sadly not but I will merge this once it's removed there if that is okay.

No worries, was just wondering if I need to do something in this PR.