Giter Site home page Giter Site logo

Comments (2)

dnakath avatar dnakath commented on July 17, 2024 2

Hi @Speierers,

I have been able to compile the CUDA-samples:

cuda-install-samples-10.1.sh /tmp/cuda-samples
cd /tmp/cuda-samples
make
[...][I spare you the details] [...]
make[1]: Leaving directory '/tmp/cuda_samples/NVIDIA_CUDA-10.1_Samples/7_CUDALibraries/cuSolverDn_LinearSolver'
Finished building CUDA samples

As well as the OPTIX-examples:

cd ~/nvidia/NVIDIA-OptiX-SDK-6.5.0-linux64/SDK
~/nvidia/NVIDIA-OptiX-SDK-6.5.0-linux64/SDK$ mkdir build
~/nvidia/NVIDIA-OptiX-SDK-6.5.0-linux64/SDK$ cd build
~/nvidia/NVIDIA-OptiX-SDK-6.5.0-linux64/SDK/build$ ccmake ..
~/nvidia/NVIDIA-OptiX-SDK-6.5.0-linux64/SDK/build$ make -j16
[...][I spare you the details] [...]
[ 97%] Linking CXX executable ../bin/primeMultiBuffering
[ 98%] Linking CXX executable ../bin/primeSimplePP
[100%] Linking CXX executable ../bin/primeMultiGpu
[100%] Built target primeMultiBuffering
[100%] Built target primeSimplePP
[100%] Built target primeMultiGpu

The nvidia-environment seems to be sane. I also checked out a mitsuba-revision which for sure worked before. It failed with the same error.

So I figured has to be my machine. I downgraded cmake from 3.17 to 3.16.5 and now everything is running again. So in the future, when more people are moving to cmake 3.17 a closer look at

ext/enoki/CMakeLists.txt:20 (enable_language)

and

/usr/share/cmake-3.17/Modules/CMakeTestCUDACompiler.cmake:46

might be necessary.

Meanwhile -- thank you for your fast response!

from mitsuba2.

Speierers avatar Speierers commented on July 17, 2024

Are you able to compile/run the Optix examples provided in the Optix SDK? As well as the CUDA examples?

from mitsuba2.

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.