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

repo-sync-2024-07-04T11:35:52+0800 #353

Merged
merged 4 commits into from
Jul 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update BUILD.bazel
Jamie-Cui authored Jul 4, 2024
commit b52911c858ff57f7e5c197011659992209e5ce48
4 changes: 1 addition & 3 deletions yacl/utils/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

load("//bazel:yacl.bzl", "AES_COPT_FLAGS", "OMP_CFLAGS", "OMP_DEPS", "OMP_LINKFLAGS", "yacl_cc_binary", "yacl_cc_library", "yacl_cc_test")
load("//bazel:yacl.bzl", "OMP_CFLAGS", "OMP_DEPS", "OMP_LINKFLAGS", "yacl_cc_binary", "yacl_cc_library", "yacl_cc_test")

package(default_visibility = ["//visibility:public"])

@@ -30,11 +30,9 @@ yacl_cc_library(
yacl_cc_test(
name = "circuit_executor_test",
srcs = ["circuit_executor_test.cc"],
copts = AES_COPT_FLAGS,
data = ["//yacl/io/circuit:circuit_data"],
deps = [
"circuit_executor",
"//yacl/crypto/aes:aes_intrinsics",
"//yacl/crypto/block_cipher:symmetric_crypto",
"//yacl/crypto/rand",
],
Loading