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
Use the proper offset for front_cursor in flatcc emitter (#7933)
Summary:
Updating the front_cursor pointer in the ETDumpGen class to point to the correct location in the buffer, and adding a check to ensure that the buffer size provided is greater than the minimum required size.
This fixes a long running issue that the Turing team was running into when generating ETDump's for large models.
The etdump_test.cpp file has been updated to use a smaller buffer size for testing purposes and we do more stress testing.
Differential Revision: D68502867
0 commit comments