Giter Club home page Giter Club logo

Comments (2)

scooter99boston avatar scooter99boston commented on August 25, 2024

So I realize I did not include enough of the trace to allow the community to easily see what is going on. The first exception in my trace is:

/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’

which makes me think I have an issue with nvcc and gcc not playing nice together. I've got nvcc 11.5 and gcc 11.4 installed, and I'm reading on the web that this issue is being thrown with certain gcc versions after 10. I will explore and update here.

from chatrwkv.

scooter99boston avatar scooter99boston commented on August 25, 2024

Ok, solution found. My nvcc and gcc were in conflict because my implementation was pulling from gcc-11 and ignoring my installation of gcc-10. I fixed this by removing gcc-11, installing gcc-10 and setting up alternatives appropriately:

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10
sudo update-alternatives --config gcc
sudo update-alternatives --config g++
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-10 10

from chatrwkv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.