sglang_v0.5.2/pytorch_2.8.0/c10/benchmark/build.bzl

11 lines
268 B
Python

def define_targets(rules):
rules.cc_binary(
name = "intrusive_ptr",
srcs = ["intrusive_ptr_benchmark.cpp"],
tags = ["benchmark"],
deps = [
"//c10/util:base",
"@google_benchmark//:benchmark",
],
)