codeplaysoftware / oneapi-construction-kit

Other
68 stars 30 forks source link

[host] Fix hostQueryLocalSizeForSubGroupCount #463

Closed hvdijk closed 4 months ago

hvdijk commented 4 months ago

Overview

[host] Fix hostQueryLocalSizeForSubGroupCount

Reason for change

When we fixed HostKernel::queryLocalSizeForSubGroupCount last year, we missed that the JIT and non-JIT paths go through different code paths, and the same fix is also needed for hostQueryLocalSizeForSubGroupCount.

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