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
*Short name describing what triggered the graph break*
8
+
9
+
unsupported arguments to torch.accelerator.current_stream
10
+
11
+
## Context
12
+
*Values or code snippet captured at the break point*
13
+
14
+
args={args}, kwargs={kwargs}
15
+
16
+
## Explanation
17
+
*Explanation of why the graph break was triggered*
18
+
19
+
torch.accelerator.current_stream accepts one optional argument `device`
20
+
21
+
## Hints
22
+
*Hints on how to resolve the graph break*
23
+
24
+
- Dynamo has detected that tracing the code will result in an error when running in eager. Please double check that your code doesn't contain a similar error when actually running eager/uncompiled.
25
+
26
+
27
+
## Additional Information
28
+
29
+
<!-- ADDITIONAL INFORMATION START - Add custom information below this line -->
30
+
31
+
<!-- ADDITIONAL INFORMATION END -->
32
+
33
+
34
+
[Click here to add Additional Info](https://github.com/meta-pytorch/compile-graph-break-site/edit/main/docs/gb/gb0284.md)
- Dynamo has detected that tracing the code will result in an error when running in eager. Please double check that your code doesn't contain a similar error when actually running eager/uncompiled.
25
+
26
+
27
+
## Additional Information
28
+
29
+
<!-- ADDITIONAL INFORMATION START - Add custom information below this line -->
30
+
31
+
<!-- ADDITIONAL INFORMATION END -->
32
+
33
+
34
+
[Click here to add Additional Info](https://github.com/meta-pytorch/compile-graph-break-site/edit/main/docs/gb/gb0285.md)
0 commit comments