GPUOpen-Tools / GPU-Reshape

GPU Reshape (GRS) is an API & vendor agnostic instrumentation framework, with instruction level validation.
Other
374 stars 12 forks source link

UI feedback #14

Closed aurolou closed 1 year ago

aurolou commented 1 year ago

Some feedback and questions on the UI:

miguel-petersen commented 1 year ago

Hi Lou,

  1. Agreed, will address.
  2. There's some odd behaviour there for sure, something I have noted as well. It shouldn't re-establish to anything given the application tokens (GUIDs allocated by the host resolver) are different, but somehow it is.
  3. White implies the connection is solid. Red implies the connection is bad. Reshape pools the application for a ping message every now and then, if the application does not respond within three seconds, it is considered lost.
  4. Yeah the UI response to crashed applications is lacking. It's an interesting problem, as knowing when an application is gone may not be so trivial. I suppose the right way about this is to not ping the application, but the host resolver on the machine and let it figure out if the process died or not.
  5. There's something wrong with the network handling, known issue.
miguel-petersen commented 1 year ago

The above has since been addressed.