What hardware is most important for better performance? #434
Unanswered
loisvazquezind
asked this question in
General
Replies: 1 comment 5 replies
-
|
The hardware should be defined based on your data and operation you aim to do on your data. Without more information it is hard to tell. VtkRemoteView will work better with a GPU. HTH, Seb |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I am interested in improving the performance of my code. I understand that the first step is to optimize the implementation of my code, but I have a complex application and want to go a step further. I want to deploy it on a cloud server and I don't know which hardware is more important for the fastest performance of the application: the CPU, the GPU, ... What considerations should I make to choose the right hardware for my deployment?
I read in the #394 discussion that with VtkRemoveView it is recommended to use a GPU for faster performance; so I understand that the hardware requirements depend on the type of the view (VtkLocalView vs. VtkRemoveView). I guess the vtkRemoveView requires better hardware than the VtkLocalView because the application rendering and usage resides on the cloud server while the VtkLocalView is rendered on the client computer. is it correct?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions