oneapi-src / oneapi-src/unified-runtime
"Kernel Attributes" feature check support
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 57
- Forks
- 120
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
urKernelGetGroupInfoMaxWorkGroupSizeTest tests fail to build the OpenCL kernel on my 12th gen Intel system, and outputs the following message to stdout:
Compilation started
Unsupported SPIR-V module
KernelAttributes is only supported on FPGA emulator
Compilation failed
It also has known failures in the test listed as 13th Gen OpenCL, CUDA and Hip, which I expect to be similar.
Should a DeviceInfo query be added and implemented for checking whether "KernelAttributes" support is available?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the failing urKernelGetGroupInfoMaxWorkGroupSizeTest and inspect existing DeviceInfo queries. Compare KernelAttributes support across the 12th Gen Intel, 13th Gen OpenCL, CUDA, HIP, and FPGA emulator cases. Done should include a consistent support query and tests for supported and unsupported devices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100