1. 30 May, 2023 1 commit
  2. 07 Apr, 2023 1 commit
  3. 27 Mar, 2023 1 commit
    • Hongxu Jia's avatar
      tensorflow: Fix failure while gcc <= 7.5.0 · b73c58f9
      Hongxu Jia authored
      
      Drop the revert patch, and fix the error directly
      
      |tensorflow/compiler/mlir/quantization/tensorflow/debugging/mlir_dump.cc:93:10:
      error: could not convert 'dump_file' from 'std::unique_ptr<llvm::raw_fd_ostream>'
      to 'absl::lts_20220623::StatusOr<std::unique_ptr<llvm::raw_fd_ostream> >'
      |   return dump_file;
                ^~~~~~~~~
      Signed-off-by: default avatarHongxu Jia <hongxu.jia@windriver.com>
      b73c58f9
  4. 24 Mar, 2023 3 commits
  5. 23 Mar, 2023 4 commits
  6. 22 Mar, 2023 1 commit
  7. 21 Mar, 2023 2 commits
  8. 15 Mar, 2023 6 commits
  9. 15 Dec, 2022 6 commits
  10. 25 Nov, 2022 1 commit
    • Hongxu Jia's avatar
      tensorflow: improve python3.10 warning · 7d02ce35
      Hongxu Jia authored
      
      Other than print mess of warning message during bitbake parsing,
      directly skip tensorflow recipe if python3.10 is not used, in this
      situation, there will be no warning message if tensorflow is not
      explicitly built
      
      $ bitbake tensorflow
      ERROR: Nothing PROVIDES 'tensorflow'
      tensorflow was skipped: We shouldn't have multilib variants for tensorflow
      tensorflow was skipped:
      The official TensorFlow is tested and supported under Python 3.7-3.10
      Please add the following to local.conf
          DISTRO_FEATURES:append = ' tensorflow'
          DISTRO_FEATURES_NATIVE:append = ' tensorflow'
          DISTRO_FEATURES_NATIVESDK:append = ' tensorflow'
      It will apply python3 3.10.6 recipe
      Signed-off-by: default avatarHongxu Jia <hongxu.jia@eng.windriver.com>
      7d02ce35
  11. 18 Nov, 2022 3 commits
  12. 14 Nov, 2022 3 commits
  13. 10 Nov, 2022 3 commits
  14. 21 Sep, 2022 5 commits