[go: nahoru, domu]

Skip to content

Commit

Permalink
Update rfcs/20210513-pluggable-profiler-for-tensorflow.md
Browse files Browse the repository at this point in the history
Co-authored-by: Situ Yi <60493024+yisitu@users.noreply.github.com>
  • Loading branch information
jzhoulon and yisitu committed Jul 23, 2021
1 parent ead7615 commit cb61d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/20210513-pluggable-profiler-for-tensorflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ e.g. the step time of a TF training job should be similar with profiling on or o
Also, profiling should not cause the process to be killed due to running out-of-memory (OOM).
* No leaks: any resources (memory) acquired for handling a profiling request should be released by the end of the request.
Repeated profiling requests should not increase resource utilization over time.
* No memory corruption: profiling should not corrupt memory due to dangling pointers.
* No memory corruption: profiling should not corrupt memory. e.g. due to dangling pointers.
* No deadlocks: any synchronization necessary to start/stop profiling should not block any application (TF) thread for a long time.

## **Alternatives Considered**
Expand Down

0 comments on commit cb61d40

Please sign in to comment.