Skip to content

Commit

Permalink
add bazel build file
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b19ac7b40f1870161ee8ee6eb602e17a6829db81
  • Loading branch information
megvii-mge authored and chensixu committed Dec 11, 2023
1 parent e7f6439 commit aed342d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions BUILD
@@ -0,0 +1,13 @@
package(default_visibility = ["//visibility:public"])

cc_library(
name = "cudnn-frontend",
hdrs = glob(
[
"include/**"
]
),
includes = ['include'],
)

# vim: ft=python

0 comments on commit aed342d

Please sign in to comment.