Skip to content

Commit

Permalink
Update yacl version (#144)
Browse files Browse the repository at this point in the history
* repo-sync-2024-01-12T18:47:10+0800 (#121)

* repo-sync-2024-01-18T11:14:24+0800 (#122)

* Update to bazel 6.5.0 (#123)

* repo-sync-2024-01-30T14:14:08+0800 (#124)

* repo-sync-2024-01-30T14:14:08+0800

* Update .bazelversion

* Update continue-config.yml

* Update encryptor.h

* Update decryptor.h

* repo-sync-2024-02-08T11:49:27+0800 (#125)

* Add issue templates (#126)

* Create config.yml

* Delete .github/ISSUE_TEMPLATE/config.yml

* Create bug_report.yml

* Create feature_request.yml

* Update feature_request.yml

* Update bug_report.yml

* Update feature_request.yml

* Move default to python 3.10 and drop python3 .8 (#127)

* Notify Intel mac deprecation (#128)

* Notify Intel mac deprecation

* lint

* Tweak pipeline (#129)

* [NFC] Reformat with clang-format 18 (#130)

* reformat with clang-format 18

* format

* repo-sync-2024-03-13T19:54:00+0800 (#131)

* repo-sync-2024-03-13T19:54:00+0800

* repo-sync-2024-03-13T20:19:27+0800

* Update .bazelrc

* Update WORKSPACE

* Fix all copyright banner (#132)

* Fix all copyright banner

* Update

* Drop macOS x64, macOS Big Sur and py3.8 (#133)

* repo-sync-2024-03-21T19:06:22+0800 (#134)

* repo-sync-2024-03-21T19:06:22+0800

* repo-sync-2024-03-21T19:13:13+0800

* Update base.h

* Update base.h

* Update tool.cc

* Fix cgbn patch

* Update gpu_paillier.h (#135)

* repo-sync-2024-05-29T11:18:59+0800 (#136)

* repo-sync-2024-05-29T11:18:59+0800

* Update WORKSPACE

* Reformat bazel file

* Reformat code

* repo-sync-2024-06-20T15:21:55+0800 (#137)

* Update yacl version (#142)

---------

Co-authored-by: Lu Yufei <usafchn@users.noreply.github.com>
Co-authored-by: anakinxc <103552181+anakinxc@users.noreply.github.com>
Co-authored-by: anakinxc <zhengyancheng.zyc@antgroup.com>
  • Loading branch information
4 people authored Jun 20, 2024
1 parent 2daa89b commit 2956b0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/bazel_cpp/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,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.5b2.tar.gz",
],
strip_prefix = "yacl-0.4.5b1",
sha256 = "28064053b9add0db8e1e8e648421a0579f1d3e7ee8a4bbd7bd5959cb59598088",
strip_prefix = "yacl-0.4.5b2",
sha256 = "b3fb75d41a32b80145a3bb9d36b8c039a262191f1a2f037292c649344289b01b",
)

def _rules_cuda():
Expand Down

0 comments on commit 2956b0d

Please sign in to comment.