mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/36011 Differential Revision: D20873430 Pulled By: malfet fbshipit-source-id: 8ffffd10ca0ff8bdab578a70a9b2b777aed985d0
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
load("@rules_cc//cc:defs.bzl", "cc_library")
|
|
|
|
cc_library(
|
|
name = "mkl_headers",
|
|
hdrs = glob(["include/*.h"]),
|
|
includes = ["include/"],
|
|
visibility = ["//visibility:public"],
|
|
)
|