question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG]: Multi library include file not found with CUDA compiler

See original GitHub issue

Describe the bug

https://github.com/compiler-explorer/compiler-explorer/pull/4367. Similar changes worked with C++ and Circle languages.

Steps to reproduce

  1. Visit Godbolt
  2. Go to CUDA language
  3. Add “B-Multi” library
  4. #include<multi/array.hpp>

Expected behavior

The same library works with C++ and Circle compiler.

Reproduction link

https://godbolt.org/z/zensesY57

Screenshots

Not applicable

Operating System

No response

Browser version

No response

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
RubenRBScommented, Dec 12, 2022

Hi! This seems to be an oversight from our side. As GPU support is pretty new, we’re still trying to figure out how to handle it, so for now manual version bumping of gpu nodes is needed, and we seem to have forgotten to do so this time around, sorry! Will fix asap

0reactions
correaacommented, Dec 13, 2022

works now (with nvcc) https://godbolt.org/z/TxrrPW6de

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

NVCC include path not found · Issue #5 · ralna/spral - GitHub
I guess <> means the compiler will search it from default path. So I run the command: echo | gcc -v -x c++...
Read more >
CUDA Compiler Driver NVCC - NVIDIA Documentation Center
It allows running the compiled and linked executable without having to explicitly set the library path to the CUDA dynamic libraries. Unless a...
Read more >
nvcc compiler not found on $PATH - Stack Overflow
I am getting the following error with theano: ERROR (theano.sandbox.cuda): nvcc compiler not found on $PATH. Check your nvcc installation ...
Read more >
Fatal Error C1083 | Microsoft Learn
The compiler generates a C1083 error when it can't find a file it requires. There are many possible causes for this error.
Read more >
CLion fails to find some of my headers. Where does it search ...
I have a makefile project that uses the SFML libraries (headers located in `/usr/local/include`) · Building and running the program work fine, as ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found