aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Maurer <simomaur@student.ethz.ch>2021-03-03 23:41:12 +0100
committerSimon Maurer <simomaur@student.ethz.ch>2021-03-03 23:41:12 +0100
commit4d2d3e53f72aa6f9df5ec974d414ef9e344c4ff5 (patch)
treece5cdb56417290334e16bceb6e73f44ac92792d2
parentae33ab8f324c1634bef815e2e203624fa050e499 (diff)
downloadXNNPACK-4d2d3e53f72aa6f9df5ec974d414ef9e344c4ff5.tar.gz
updated pthreadpool to track latest master branch, using commit b96413b10dd8edaa4f6c0a60c6cf5ef55eebeef78164d5d69294c8173457f0ec
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index a90145320..c77298280 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -45,9 +45,9 @@ http_archive(
# pthreadpool library, used for parallelization
http_archive(
name = "pthreadpool",
- strip_prefix = "pthreadpool-545ebe9f225aec6dca49109516fac02e973a3de2",
- sha256 = "8461f6540ae9f777ce20d1c0d1d249e5e61c438744fb390c0c6f91940aa69ea3",
- urls = ["https://github.com/Maratyszcza/pthreadpool/archive/545ebe9f225aec6dca49109516fac02e973a3de2.zip"],
+ strip_prefix = "pthreadpool-b8374f80e42010941bda6c85b0e3f1a1bd77a1e0",
+ sha256 = "b96413b10dd8edaa4f6c0a60c6cf5ef55eebeef78164d5d69294c8173457f0ec",
+ urls = ["https://github.com/Maratyszcza/pthreadpool/archive/b8374f80e42010941bda6c85b0e3f1a1bd77a1e0.zip"],
)
# clog library, used for logging