Skip to content

Commit

Permalink
Update yacl
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Jul 22, 2024
1 parent 7822e93 commit f6fbf42
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ def _yacl():
http_archive,
name = "yacl",
urls = [
"https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b1.tar.gz",
"https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b3_nightly_20240722.tar.gz",
],
strip_prefix = "yacl-0.4.5b1",
sha256 = "28064053b9add0db8e1e8e648421a0579f1d3e7ee8a4bbd7bd5959cb59598088",
strip_prefix = "yacl-0.4.5b3_nightly_20240722",
sha256 = "ccca599e6ded6089c5afbb87c8f5e09383195af256caacd50089f0c7443e8604",
)

def _bazel_platform():
Expand Down
2 changes: 1 addition & 1 deletion psi/kkrt/kkrt_psi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <unordered_map>
#include <vector>

#include "yacl/kernel/algorithms/ot_store.h"
#include "yacl/kernel/type/ot_store.h"
#include "yacl/link/link.h"

//
Expand Down
2 changes: 1 addition & 1 deletion psi/kkrt/receiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
#pragma once

#include "yacl/kernel/algorithms/ot_store.h"
#include "yacl/kernel/type/ot_store.h"

#include "psi/interface.h"
#include "psi/utils/hash_bucket_cache.h"
Expand Down
2 changes: 1 addition & 1 deletion psi/kkrt/sender.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
#pragma once

#include "yacl/kernel/algorithms/ot_store.h"
#include "yacl/kernel/type/ot_store.h"

#include "psi/interface.h"
#include "psi/utils/hash_bucket_cache.h"
Expand Down

0 comments on commit f6fbf42

Please sign in to comment.