Git Product home page Git Product logo

Comments (11)

xmba15 avatar xmba15 commented on June 9, 2024

@stoneeejianbing
Did you run the following build procedure?

make gpu_apps -j`nproc`
./build/examples/test_pointcloud_clustering_gpu ./data/street_no_ground.pcd 0.7 3

I rerun just now and on my machine it is still giving me 30 ms.

Which GPU are you using btw?

from generic_dbscan.

stoneeejianbing avatar stoneeejianbing commented on June 9, 2024

my cuda version is 11.4
and the run result is this :
image

number of points: 11619
number of clusters: 271
processing time (cpu): 76.2[ms]

number of points: 11619
number of clusters: 204
processing time (gpu): 1074.5[ms]

my pc nvidia smi : NVIDIA-SMI 470.129.06 Driver Version: 470.129.06 CUDA Version: 11.4

think you

from generic_dbscan.

xmba15 avatar xmba15 commented on June 9, 2024

this is only the driver

NVIDIA-SMI 470.129.06 Driver 

Can you please tell me the hardware gpu you use? I was testing with a geforce titan x

from generic_dbscan.

stoneeejianbing avatar stoneeejianbing commented on June 9, 2024

电脑显卡性能

from generic_dbscan.

stoneeejianbing avatar stoneeejianbing commented on June 9, 2024

this is my pc ,and i also have a xavier,may be i can test code in the xavier?

from generic_dbscan.

xmba15 avatar xmba15 commented on June 9, 2024

I think if you can, you should try this code with Jetson xavier.
The architecture of Jetson is different, so I am not sure if you can build the current code on Jetson though.

from generic_dbscan.

xmba15 avatar xmba15 commented on June 9, 2024

if you are familiar with cuda programming, you can also try tweaking number of threads using here though

https://github.com/xmba15/generic_dbscan/blob/master/cuda/src/DBSCAN.cu#L154-L155

from generic_dbscan.

xmba15 avatar xmba15 commented on June 9, 2024

@stoneeejianbing any update on xavier?

from generic_dbscan.

stoneeejianbing avatar stoneeejianbing commented on June 9, 2024

yes,i have run the code on xavier,and i do not any change on the code. This take 300 ms time use gpu on xavier, and i run the code follow the read me. may be i must set something in the code ?

from generic_dbscan.

xmba15 avatar xmba15 commented on June 9, 2024

@stoneeejianbing I do not have the hardware to test so I am afraid the above advice is all I can provide for now.

from generic_dbscan.

stoneeejianbing avatar stoneeejianbing commented on June 9, 2024

still thank you very much

from generic_dbscan.

Related Issues (4)

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.