Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit cb61d40

Browse files
jzhoulonyisitu
andauthored
Update rfcs/20210513-pluggable-profiler-for-tensorflow.md
Co-authored-by: Situ Yi <[email protected]>
1 parent ead7615 commit cb61d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20210513-pluggable-profiler-for-tensorflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ e.g. the step time of a TF training job should be similar with profiling on or o
387387
Also, profiling should not cause the process to be killed due to running out-of-memory (OOM).
388388
* No leaks: any resources (memory) acquired for handling a profiling request should be released by the end of the request.
389389
Repeated profiling requests should not increase resource utilization over time.
390-
* No memory corruption: profiling should not corrupt memory due to dangling pointers.
390+
* No memory corruption: profiling should not corrupt memory. e.g. due to dangling pointers.
391391
* No deadlocks: any synchronization necessary to start/stop profiling should not block any application (TF) thread for a long time.
392392

393393
## **Alternatives Considered**

0 commit comments

Comments
 (0)