[BUG]: Multi library include file not found with CUDA compiler
See original GitHub issueDescribe the bug
https://github.com/compiler-explorer/compiler-explorer/pull/4367. Similar changes worked with C++ and Circle languages.
Steps to reproduce
- Visit Godbolt
- Go to CUDA language
- Add “B-Multi” library
#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:
- Created 9 months ago
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
works now (with nvcc) https://godbolt.org/z/TxrrPW6de