oneapi-src / oneapi-src/unified-runtime

"Kernel Attributes" feature check support

Open
#2,568 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.