Skip to content

feat: Initial code nav support for CUDA kernel call expressions #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 29, 2023

Conversation

varungandhi-src
Copy link
Contributor

@varungandhi-src varungandhi-src commented Sep 28, 2023

Progress towards #428

@varungandhi-src varungandhi-src force-pushed the vg/cudacallexpr branch 2 times, most recently from 2302592 to 014617e Compare September 29, 2023 16:28
@varungandhi-src varungandhi-src changed the title WIP: Support code nav for CUDA kernel call expressions feat: Support code nav for CUDA kernel call expressions Sep 29, 2023
Comment on lines +99 to +114
a0<c>::Call<<<0, 0>>>(arg);
// ^^ reference [..] a0#
// ^ reference [..] dim3#dim3(6df00707c193238d).
// ^ reference [..] dim3#dim3(6df00707c193238d).
// ^^^ reference local 10
a1::Call<<<0,0>>>(arg);
// ^^ reference [..] a1#
// ^ reference [..] dim3#dim3(6df00707c193238d).
// ^ reference [..] dim3#dim3(6df00707c193238d).
// ^^^ reference local 10
a2<c>::Call<<<0,0>>>(arg);
// ^^ reference [..] a2#
// ^ reference [..] dim3#dim3(6df00707c193238d).
// ^ reference [..] dim3#dim3(6df00707c193238d).
// ^^^ reference local 10
a3::Call<<<0, 0>>>(arg);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we missing references to Call here because we're inside a template here?

@varungandhi-src varungandhi-src changed the title feat: Support code nav for CUDA kernel call expressions feat: Initial code nav support for CUDA kernel call expressions Sep 29, 2023
@varungandhi-src varungandhi-src merged commit 17ef973 into main Sep 29, 2023
@varungandhi-src varungandhi-src deleted the vg/cudacallexpr branch September 29, 2023 17:14
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