GPU

Typically: "How do I... ", "How can I... " questions
Post Reply
matansas
Posts: 4
Joined: 03 Jun 2024, 10:30

GPU

Post by matansas »

hello,
how can I run a Lua script at Coppeliasim on GPU?

I have NVIDIA T400 4GB.
coppelia
Site Admin
Posts: 10747
Joined: 14 Dec 2012, 00:25

Re: GPU

Post by coppelia »

Hello,

you can't

Cheers
matansas
Posts: 4
Joined: 03 Jun 2024, 10:30

Re: GPU

Post by matansas »

Can I do this with python script?
coppelia
Site Admin
Posts: 10747
Joined: 14 Dec 2012, 00:25

Re: GPU

Post by coppelia »

All API calls (whether from Lua or Python) are executed in the same thread. However the Python scripts run in separate processes and as such, can truly run in parallel when executing code foreign to CoppeliaSim.

Cheers
Post Reply