Git Product home page Git Product logo

bvh-distance-queries's Introduction

bvh-distance-queries's People

Contributors

dendenxu avatar pixelite1201 avatar vchoutas avatar yuliangxiu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bvh-distance-queries's Issues

Support for CUDA >11.0

I tried to make it work with CUDA 11.3, but I learned that anything above CUDA 11.0 isn't supported, is there a way to fix this?

Error in setup.py install

I'm getting the following error:

LINK : fatal error LNK1181: cannot open input file 'C:\Users\leron.julian\Desktop\ljulian_work\INSTA-pytorch\bvh\build\temp.win-amd64-cpython-39\Release\src\bvh_cuda_op.obj'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\link.exe' failed with exit code 1181

How do I fix this?

`#define PROFILING 0` and `-DPROFILING=0` breaks installation on latest pytorch (built from source)

Hi, Yuliang.
First of all, thank you for sharing such a nice utility repo!

Lately I've been unsuccessful at installing bvh-distance-queries with the latest pytorch built from source.

After some digging, I found that:
Here:

#define PROFILING 0
you defined the PROFILING macro, which is used as an enum in the latest pytorch source here:
https://github.com/pytorch/pytorch/blob/c90be037b46f58d2b120f46a1c466976f66817b5/torch/csrc/jit/runtime/graph_executor.h#L21
This causes the compiler to throw an unexpected identifier error at the PROFILING line of the pytorch source.

I suggest redefining this macro to something like BVH_PROFILING and change the nvcc parameters in setup.py correspondingly:

'-DPROFILING=0',

(after performing these steps I can successfully install bvh-distance-queries again).

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.