-
I am trying to build the example Nvidia DOCA apps (https://docs.nvidia.com/doca/sdk/applications-overview/index.html) |
Beta Was this translation helpful? Give feedback.
Answered by
kimiz
Dec 6, 2023
Replies: 1 comment 5 replies
-
I'm assuming you're on Linux. is |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, thanks a lot. Turns out the meson.build file that came with DOCA was improperly configured. I had tried add_language('cuda') but it didn't work. But adding 'cuda' to project() did the trick.