GithubHelp home page GithubHelp logo

Comments (3)

puzzlepaint avatar puzzlepaint commented on August 17, 2024

Did you specify the correct CUDA code generation options, I guess probably -DCMAKE_CUDA_FLAGS="-arch=sm_50" for your graphics card?

Aside from that, as the ReadMe states, the program currently requires at least compute capability 5.3, but I believe that it is easy to change that (unless there are other things requiring a high compute capability that I am not aware of). The reason for requiring it is that point radii are stored as 'half' numbers in a memory buffer to save space, and the corresponding conversion functions require 5.3 according to this table. The alternative would be to store them as floats, which will have no negative consequences except requiring more GPU memory. To change this, one would need to look for all occurrences of the radius_buffer which is stored in the keyframes (keyframe.h header) and change its type from u16 to float. Then drop all of the conversions that happen when reading from or writing to this buffer. For example, in cuda_depth_processing.cu#L355, simply drop the __half_as_ushort(__float2half_rn()) around the value.

from badslam.

jsYangCode avatar jsYangCode commented on August 17, 2024

@barelycompiling hi friends,i am now facing a similar error like yours. I use an Nvidia GeForce GT730 graphic card. CUDA 10.0. Would you please give me some advice? Thanks!!
Screenshot from 2020-02-20 11-15-26

from badslam.

AreteQin avatar AreteQin commented on August 17, 2024

Hi, there.

I am facing the same problem with you while doing auto_tunning.

But I can't understand which file I should revise, could you please give me some help.

Thanks in advance!

from badslam.

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.