Commit b36c074
Summary:
Currently, the resolve_operator step during method_init will fall back to method allocator if temp allocator is zero or not present.
This change adds logic to fallback to method allocator if temp allocator is present, but insufficient in size for the tensor meta.
Reviewed By: rascani
Differential Revision: D109855815
Pulled By: rstehle
1 parent 8a19761 commit b36c074
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
764 | | - | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
765 | 768 | | |
766 | 769 | | |
767 | 770 | | |
| |||
0 commit comments