Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]Can Open-adas run in CPU environment without using GPU ? #27

Open
anilbommareddy opened this issue Dec 20, 2022 · 2 comments
Open

Comments

@anilbommareddy
Copy link

Initially, the source is written on the CPU side and after execution on the CPU side, profiling and performance wise the code is shifted to the device side like on the GPU side.
So I would like to know is open-adas source is available for non-Cuda i.e CPU source code and runs only in the CPU environment.

@vietanhdev
Copy link
Owner

It cannot run on non-CUDA devices due to the dependency on TensorRT engine.

@anilbommareddy
Copy link
Author

anilbommareddy commented Dec 26, 2022

@vietanhdev
is this perception modules(/open-adas/tree/master/src/perception/)can be implemented with tvm which supports cpu backend deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants