Unverified Commit c4e517f5 authored by Jun Wang's avatar Jun Wang Committed by GitHub
Browse files

[AMDGPU] Adding the amdgpu_num_work_groups function attribute (#79035)



A new function attribute named amdgpu_num_work_groups is added. This
attribute, which consists of three integers, allows programmers to let
the compiler know the number of workgroups to be launched in each of the
three dimensions and do optimizations based on that information.

---------

Co-authored-by: default avatarJun Wang <jun.wang7@amd.com>
parent 93503aaf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment