Vscode-cpptools: Cuda completion

Created on 29 Aug 2020  路  4Comments  路  Source: microsoft/vscode-cpptools

Type: LanguageService

It would be great if cuda completion works with intellisense.

Describe the bug

  • OS and Version: Windows (Linux remote)
  • VS Code Version: 1.48.2
  • C/C++ Extension Version: v0.30.0-insiders3
  • Other extensions you installed (and if the issue persists after disabling them):
  • Does this issue involve using SSH remote to run the extension on a remote machine?: Yes
Feature Request Language Service

Most helpful comment

Actually, moving this to On Deck so that our Feature bot doesn't accidentally close it.

All 4 comments

Does the code compile with gcc or clang? Do you have any sample code? Our parser doesn't parse any CUDA-specific code, so it's unlikely to be able to provide completions if there's any non-standard C/C++ code that only compiles with the CUDA compiler.

Our parser would only support GPGPU compute code if it could get added in a future C/C++ standard.

@bobbrow Happy to see a change on that.
I would be interested to help out if it's possible.

@DaemonSnake thanks for the offer, but unfortunately, this is something that has to be done in the portion of code that is closed-source.

Actually, moving this to On Deck so that our Feature bot doesn't accidentally close it.

Was this page helpful?
0 / 5 - 0 ratings