You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
captured_graph is missing device id when model is ran on a multi device.
To Reproduce
Steps to reproduce the behavior:
run a model on T3000, captured grapf will contain buffer allocations for each device without specifing device id. this makes it impossible to differentiate between multiple buffers or multiple buffers per device
Expected behavior
device id field
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following environment information:
OS: [e.g. Ubuntu 20.04]
Version of software (eg. commit)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
captured_graph is missing device id when model is ran on a multi device.
To Reproduce
Steps to reproduce the behavior:
run a model on T3000, captured grapf will contain buffer allocations for each device without specifing device id. this makes it impossible to differentiate between multiple buffers or multiple buffers per device
Expected behavior
device id field
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following environment information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: