1. 24 9月, 2020 1 次提交
  2. 24 6月, 2020 1 次提交
    • D
      Prepping for switch to ROCm 3.5+ · 91aa814f
      Deven Desai 提交于
      Starting with ROCm 3.5 the underlying compiler used by hipcc will change from HCC to hip-clang. There will be a corresponding change in the HIP Runtime as well. This commit is part of a series which are intended to make the transition to ROCm 3.5+ easier.
      
      Disabling some unit-tests (by adding the no_rocm tag to them) because they regerss after the switch to ROCm 3.5+
      
      ```
      # XLA related failure
      //tensorflow/python/eager:def_function_xla_jit_test
      //tensorflow/python/keras:backend_test
      
      # eigen packet then scalar JIRA ticket 236756
      //tensorflow/python/ops/ragged:ragged_dispatch_test
      
      # genuine miscompares
      //tensorflow/python/kernel_tests:bias_op_deterministic_test
      //tensorflow/python/kernel_tests:array_ops_test
      
      # Memory access fault by GPU ... Reason: Page not present or supervisor privilege.
      //tensorflow/python/ops/parallel_for:math_test
      ```
      91aa814f
  3. 24 9月, 2019 1 次提交
  4. 28 8月, 2019 1 次提交
  5. 12 6月, 2019 1 次提交
  6. 11 6月, 2019 2 次提交
  7. 07 6月, 2019 1 次提交
  8. 24 5月, 2019 1 次提交
  9. 09 5月, 2019 1 次提交
  10. 18 4月, 2019 1 次提交
  11. 14 3月, 2019 1 次提交
  12. 14 2月, 2019 1 次提交
  13. 13 2月, 2019 1 次提交
  14. 30 1月, 2019 1 次提交
  15. 23 1月, 2019 1 次提交
  16. 14 1月, 2019 1 次提交
  17. 10 1月, 2019 1 次提交
  18. 19 9月, 2018 1 次提交
  19. 11 8月, 2018 1 次提交
  20. 17 7月, 2018 1 次提交
  21. 03 7月, 2018 1 次提交