Skip to content

add the ability to log kernel argument info - #489

Merged
bashbaug merged 1 commit into
intel:mainfrom
bashbaug:kernel-arg-info
Sep 18, 2026
Merged

bashbaug merged 1 commit into
intel:mainfrom
bashbaug:kernel-arg-info

Conversation

@bashbaug

Copy link
Copy Markdown
Contributor

Description of Changes

Adds the ability to log kernel argument information, such as the argument name and argument type. This is similar to the existing control to log kernel information, such as the work-group size and memory requirements for the kernel.

For some implementations, a program object may need to be built with -cl-kernel-arg-info to reliably query the kernel argument information. For maximum flexibility, this build option is not added automatically, however it can be added using the AppendBuildOptions control when needed.

Testing Done

Basic testing with simple test applications, plus exhaustive testing by running the test_api get_kernel_arg_info CTS test.

@bashbaug
bashbaug merged commit 2ae459a into intel:main Sep 18, 2026
8 checks passed
@bashbaug
bashbaug deleted the kernel-arg-info branch September 18, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant