Commit Graph

9 Commits

Author SHA1 Message Date
Deven Desai
360f99cbc3 [ROCm] Skipping subtests that check GPU stream tracing/profiling.
ROCm platform currently does not support the ability to do GPU stream level tracing / profiling.

This commit skip subtests (within python unit-tests) that this functionality. The "skip" is guarded by the call to "is_buil_with_rocm()", and hence these unit-tests will not be affected in any way when running with TF which was not built with ROCm support (i.e. `--config=rocm`)
2019-07-08 17:28:09 +00:00
Gaurav Jain
24f578cd66 Add @run_deprecated_v1 annotation to tests failing in v2
PiperOrigin-RevId: 223422907
2018-11-29 15:43:25 -08:00
Gaurav Jain
b17d53c0cd Replace a few calls of Session run with evaluate
In order to support tests running in eager mode we need to avoid
unnecessary use of Sessions in tests. This moves to remove some
of the uses of the `run` function in favor of `evaluate`.

PiperOrigin-RevId: 223009795
2018-11-27 10:09:00 -08:00
Alexandre Passos
f6ce9fd485 Automated rollback of commit 1fdd7c7408
PiperOrigin-RevId: 222434204
2018-11-21 11:14:22 -08:00
Gaurav Jain
1fdd7c7408 Replace a few calls of Session run with evaluate
In order to support tests running in eager mode we need to avoid
unnecessary use of Sessions in tests. This moves to remove some
of the uses of the `run` function in favor of `evaluate`.

PiperOrigin-RevId: 222013881
2018-11-18 20:05:24 -08:00
A. Unique TensorFlower
1d3440dea0 Add a method for getting in-memory profiles from ProfileContexts
PiperOrigin-RevId: 205434648
2018-07-20 12:18:17 -07:00
A. Unique TensorFlower
113be57466 A few profiler improvements
1. Track the full allocation history of each tensor, visualized in timeline.
2. Better ProfileContext for tracing step selection.
3. Small bug fix.

PiperOrigin-RevId: 173988293
2017-10-30 20:13:00 -07:00
A. Unique TensorFlower
3aedb9b11a Fix the profiler copy.bara
Increase the auto-tracing steps to catch all major fetches.

PiperOrigin-RevId: 168974064
2017-09-16 17:29:37 -07:00
A. Unique TensorFlower
9e9ffa33d1 Unify all profile files (graph,run_meta,op_log) into one.
Also allow profiler to serialize/deserialize to/from file.

PiperOrigin-RevId: 167815923
2017-09-06 22:01:54 -07:00