Intellisense not working for Remote-SSH connection to Arm AArch64 server #12966
Unanswered
daldr-ntml
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running a simple C++ test program on a remote Arm server using Visual Studio Code Remote-SSH. The server o/s is Ubuntu 24.04 and the compiler is g++-14. The program uses Arm intrinsics defined in:
My .vscode/c_cpp_properties.json contains:
The CMakeLists.txt is:
arm_sve.h is included in main.cpp and the build succeeds and runs correctly, but Intellisense is not working for the intrinsics. For example, I see:
The server has a NVIDIA GH200 Grace Hopper cpu.
How can I fix this please?
Beta Was this translation helpful? Give feedback.
All reactions