diff options
| author | Mukund Keshava <mkeshava@nvidia.com> | 2025-04-30 17:50:50 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-30 12:20:50 +0000 |
| commit | 54acb11b1c8b6af2504ff3a3e0f56ca8baba4753 (patch) | |
| tree | 6e4fd3548b2fcbd3a127ea6cef32fb037fa1d902 /tests/language-feature/lambda | |
| parent | b0e150511a6a536c8ad9e74910b30ae179a10ec9 (diff) | |
cuda: Improve entry handling for SV_DispatchThreadID (#6925)
* cuda: Improve entry handling for SV_DispatchThreadID
Fixes #6780
This commit improves CUDA entry point handling by extracting appropriate
components from DispatchThreadID based on parameter type. It now
properly handles uint scalar (x component only) and uint2 vector (x,y
components) instead of always using the full uint3 value.
Add a new test case to check for this.
* format code
* fix CI failure
* Handle review comments
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'tests/language-feature/lambda')
0 files changed, 0 insertions, 0 deletions
