STT-tensorflow/tensorflow/python/keras/optimizer_v2
Deven Desai 4cb805dba2 [ROCm] Adding no_rocm tag to a unit-test regression.
The following commit to bump up the LLVM commit pointer, introduces a unit-test regression on the ROCm platform.

4de4c60972

There are changes other than LLVM commit pointer bump, in the above commit, but it is the change in LLVm version that seems to be causing the regression.

The failing unit-test is

```
//tensorflow/python/keras/optimizer_v2:adam_test_gpu                     FAILED in 13.7s
...

...
[ RUN      ] NonFusedAdamOptimizerTest.testSparse
2020-06-02 11:32:19.520540: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libhip_hcc.so
2020-06-02 11:32:19.661617: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1562] Found device 0 with properties:
pciBusID: 0000:23:00.0 name: Vega 10 [Radeon Instinct MI25]     ROCm AMD GPU ISA: gfx900
...
...
2020-06-02 11:32:28.304094: I tensorflow/compiler/jit/xla_compilation_cache.cc:314] Compiled cluster using XLA!  This line is logged at most once for the lifetime of the process.
'+fp64-fp16-denormals' is not a recognized feature for this target (ignoring feature)
'-fp32-denormals' is not a recognized feature for this target (ignoring feature)
'+fp64-fp16-denormals' is not a recognized feature for this target (ignoring feature)
'-fp32-denormals' is not a recognized feature for this target (ignoring feature)
'+fp64-fp16-denormals' is not a recognized feature for this target (ignoring feature)
'-fp32-denormals' is not a recognized feature for this target (ignoring feature)
'+fp64-fp16-denormals' is not a recognized feature for this target (ignoring feature)
'-fp32-denormals' is not a recognized feature for this target (ignoring feature)
Memory access fault by GPU node-4 (Agent handle: 0x345e4b0) on address 0x7f4200258000. Reason: Page not present or supervisor privilege.
Fatal Python error: Aborted
...
```

This commit puts a no_rocm tag on that test to get the ROCm CSB to pass, while we root cause the regression and come up with a fix
2020-06-02 14:47:24 +00:00
..
adadelta_test.py Merge pull request #35924 from ROCmSoftwarePlatform:google_upstream_training_ops 2020-04-14 12:00:17 -07:00
adadelta.py Adadelta use case clarification. 2020-04-07 10:37:23 -07:00
adagrad_test.py Merge pull request #35924 from ROCmSoftwarePlatform:google_upstream_training_ops 2020-04-14 12:00:17 -07:00
adagrad.py Internal change 2020-04-03 23:29:01 -07:00
adam_test.py Private implementation of Adam using XLA for fusion. 2020-03-19 08:49:32 -07:00
adam.py Clean up optimizer docstrings. 2020-04-02 22:22:38 -07:00
adamax_test.py Update tests under keras.optimizer_v2 to use combinations. 2020-03-16 22:49:15 -07:00
adamax.py Clean up optimizer docstrings. 2020-04-02 22:22:38 -07:00
BUILD [ROCm] Adding no_rocm tag to a unit-test regression. 2020-06-02 14:47:24 +00:00
ftrl_test.py Remove the private test annotation for run_deprecated_v1(). 2020-02-13 17:09:27 -08:00
ftrl.py Clean up optimizer docstrings. 2020-04-02 22:22:38 -07:00
gradient_descent_test.py Update tests under keras.optimizer_v2 to use combinations. 2020-03-16 22:49:15 -07:00
gradient_descent.py Clean up optimizer docstrings. 2020-04-02 22:22:38 -07:00
learning_rate_schedule_test.py Update tests under keras.optimizer_v2 to use combinations. 2020-03-16 22:49:15 -07:00
learning_rate_schedule.py Move all the docstrings in init to the class docstrings except Args. 2020-03-16 12:16:41 -07:00
legacy_learning_rate_decay_test.py Move the learning_rate_decay code to keras to break the reverse dependency. 2020-03-30 11:06:36 -07:00
legacy_learning_rate_decay.py Move the learning_rate_decay code to keras to break the reverse dependency. 2020-03-30 11:06:36 -07:00
nadam_test.py Remove the private test annotation for run_deprecated_v1(). 2020-02-13 17:09:27 -08:00
nadam.py Clean up optimizer docstrings. 2020-04-02 22:22:38 -07:00
optimizer_v2_test.py Rename all_reduce_sum_gradients to experimental_aggregate_gradients 2020-03-24 13:31:15 -07:00
optimizer_v2.py Create Keras Optimizer non slot variables inside strategy scope if the optimizer is created inside strategy scope. 2020-04-28 11:48:02 -07:00
rmsprop_test.py Merge pull request #35924 from ROCmSoftwarePlatform:google_upstream_training_ops 2020-04-14 12:00:17 -07:00
rmsprop.py Fix documentation compatibility tag formatting. 2020-05-07 16:46:21 -07:00