Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge google -> main #3866

Merged
merged 21 commits into from
Nov 16, 2020
Merged

Merge google -> main #3866

merged 21 commits into from
Nov 16, 2020

Conversation

rsuderman
Copy link
Contributor

ScottTodd and others added 21 commits November 12, 2020 16:51
PiperOrigin-RevId: 342160445
Updates LLVM usage to match
[a7b657414415](llvm/llvm-project@a7b657414415)

PiperOrigin-RevId: 342233973
Updates LLVM usage to match
[76b6cb515b2f](llvm/llvm-project@76b6cb515b2f)

PiperOrigin-RevId: 342266979
Updates LLVM usage to match
[c30ab6c2a307](llvm/llvm-project@c30ab6c2a307)

PiperOrigin-RevId: 342309362
PiperOrigin-RevId: 342317891
Updates LLVM dependencies to match
[76b6cb515b2f](llvm/llvm-project@76b6cb515b2f).
- llvm-bazel to
  [ebab21872850](google/llvm-bazel@ebab21872850)
- TensorFlow to
  [361e7598890f](tensorflow/tensorflow@361e7598890f)

`./scripts/git/update_to_llvm_syncpoint.py `

COPYBARA_INTEGRATE_REVIEW=iree-org#3827 from ScottTodd:llvm-dependent-submodule-update ac2bc16
PiperOrigin-RevId: 342336874
PiperOrigin-RevId: 342353701
Updates LLVM usage to match
[a8db14416927](llvm/llvm-project@a8db14416927)

PiperOrigin-RevId: 342613747
Updates LLVM dependencies to match
[c30ab6c2a307](llvm/llvm-project@c30ab6c2a307).
- llvm-bazel to
  [6d15aaeb7ac6](google/llvm-bazel@6d15aaeb7ac6)
- TensorFlow to
[6468a1d17ae4](tensorflow/tensorflow@6468a1d17ae4)

`./scripts/git/update_to_llvm_syncpoint.py`

Automated submodule bump from .github/workflows/update_llvm_dependent_submodules.yml

COPYBARA_INTEGRATE_REVIEW=iree-org#3812 from google:auto_submodule_update 4017de8
PiperOrigin-RevId: 342670177
PiperOrigin-RevId: 342715208
@rsuderman rsuderman merged commit eb4565a into iree-org:main Nov 16, 2020
This was referenced Nov 17, 2020
copybara-service bot pushed a commit that referenced this pull request Nov 17, 2020
* c801791 Disable WAIT_TYPE_SYNC_FILE until include issues on CI are resolved. (#3884)
* b60aaf5 Fix submodule broken by #3854 (#3879)
* 539c0f1 Update tensorflow and numpy in docker (#3854)
* 9f8cb9d Porting iree::WaitHandle to C and adding Windows support. (#3841)
* 15d52b6 Merge pull request #3769 from google/benvanik-tasks-pre
* 1d6117c Fix a check bug in doesValueDependOnOperation. (#3861)
* 0d90f6f Fixed yaml for synchronize submodules. (#3869)
* eb4565a Merge pull request #3866
* 5f40d88 Revert "Merge google -> main (#3863)" (#3864)
* b63aaf4 Merge google -> main (#3863)
* 116a975 Removing unused tsan macros.
* b409ace Adding a thread affinity pinning API.
* 7c1545f Adding IREE_TRACE macro.
* 2c2898e Exposing iree_hal_buffer_copy_data API.
* e26f49e Adding the iree_atomic_*_ptr type.
* 5c35b95 Moving errno/win32 error code handing to iree/base/api.h.

COPYBARA_INTEGRATE_REVIEW=#3889 from GMNGeoffrey:main-to-google c801791
PiperOrigin-RevId: 342957135
GMNGeoffrey added a commit that referenced this pull request Nov 17, 2020
* c801791 Disable WAIT_TYPE_SYNC_FILE until include issues on CI are resolved. (#3884)
* b60aaf5 Fix submodule broken by #3854 (#3879)
* 539c0f1 Update tensorflow and numpy in docker (#3854)
* 9f8cb9d Porting iree::WaitHandle to C and adding Windows support. (#3841)
* 15d52b6 Merge pull request #3769 from google/benvanik-tasks-pre
* 1d6117c Fix a check bug in doesValueDependOnOperation. (#3861)
* 0d90f6f Fixed yaml for synchronize submodules. (#3869)
* eb4565a Merge pull request #3866
* 5f40d88 Revert "Merge google -> main (#3863)" (#3864)
* b63aaf4 Merge google -> main (#3863)
* 116a975 Removing unused tsan macros.
* b409ace Adding a thread affinity pinning API.
* 7c1545f Adding IREE_TRACE macro.
* 2c2898e Exposing iree_hal_buffer_copy_data API.
* e26f49e Adding the iree_atomic_*_ptr type.
* 5c35b95 Moving errno/win32 error code handing to iree/base/api.h.

COPYBARA_INTEGRATE_REVIEW=#3889 from GMNGeoffrey:main-to-google c801791
PiperOrigin-RevId: 342957135
GMNGeoffrey added a commit that referenced this pull request Nov 17, 2020
* c801791 Disable WAIT_TYPE_SYNC_FILE until include issues on CI are resolved. (#3884)
* b60aaf5 Fix submodule broken by #3854 (#3879)
* 539c0f1 Update tensorflow and numpy in docker (#3854)
* 9f8cb9d Porting iree::WaitHandle to C and adding Windows support. (#3841)
* 15d52b6 Merge pull request #3769 from google/benvanik-tasks-pre
* 1d6117c Fix a check bug in doesValueDependOnOperation. (#3861)
* 0d90f6f Fixed yaml for synchronize submodules. (#3869)
* eb4565a Merge pull request #3866
* 5f40d88 Revert "Merge google -> main (#3863)" (#3864)
* b63aaf4 Merge google -> main (#3863)
* 116a975 Removing unused tsan macros.
* b409ace Adding a thread affinity pinning API.
* 7c1545f Adding IREE_TRACE macro.
* 2c2898e Exposing iree_hal_buffer_copy_data API.
* e26f49e Adding the iree_atomic_*_ptr type.
* 5c35b95 Moving errno/win32 error code handing to iree/base/api.h.

PiperOrigin-RevId: 342957135
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants