Is Python 3 in dynamo use GPU or CPU?

Hi chuongpqvn
thank you for your help :smiling_face: :smiling_face: :smiling_face: :smiling_face: :smiling_face: :smiling_face:


i think i have problem to setup cudatoolkit and cudnn into dynamo
for that i tray to read the package from anaconda Env as shown in the below link

  • in Jupyter it work with Tensorflow-gpu=2.3.3 and 2.5.2 with cudatoolkit=11.3.1 asn cudnn=8.2.1(in Tensorflow-gpu=2.8.0 Jupyter not work)
    I setup cudatoolkit and cudnn by using (“conda install cudatoolkit 11.3.1”,"conda install cudnn=8.2.1
  • in dynmao the GPU can only appear if i use Tensorflow-gpu=2.3.3

but still can not used it (i think because I cant setup cudatoolkit and cudnn into dynamo).
when i read read the package from anaconda Env also the same problem

1 Like

The information is helpful and interesting. Unfortunately I am still working through many solution (get paid for research) issues before I can look at this carefully.keep going with your direction.

2 Likes

thank you for your effort :hugs: :hugs: :hugs:

1 Like

Slove :hugs: :hugs: :hugs: :hugs: :hugs: :hugs: :hugs: :partying_face: :partying_face: :partying_face: :partying_face: :partying_face:

the problem is to copy files from cudnn to cudtoolkit
may be because i’m new in this field

thank you @chuongmep for your effort :hugs: :hugs: :hugs:

3 Likes

awesome. :grin:

1 Like

Hello this is Gulshan Negi
Well, Dynamo is a visual programming environment for Autodesk Revit, which is a building information modeling (BIM) software used in architecture, engineering, and construction. Whether Python 3 in Dynamo uses GPU or CPU depends on the specific script that is being run and the computer hardware it’s running on.
Thanks