1 Star 0 Fork 0

openvinotoolkit-prc/benchmark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WORKSPACE 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
UebelAndre 提交于 2025-02-11 06:00 +08:00 . Build libpfm with rules_cc (#1922)
workspace(name = "com_github_google_benchmark")
load("//:bazel/benchmark_deps.bzl", "benchmark_deps")
benchmark_deps()
load("@rules_python//python:repositories.bzl", "py_repositories")
py_repositories()
load("@rules_python//python:pip.bzl", "pip_parse")
pip_parse(
name = "tools_pip_deps",
requirements_lock = "//tools:requirements.txt",
)
load("@tools_pip_deps//:requirements.bzl", "install_deps")
install_deps()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openvinotoolkit-prc/benchmark.git
git@gitee.com:openvinotoolkit-prc/benchmark.git
openvinotoolkit-prc
benchmark
benchmark
main

搜索帮助