blob: e712d59597cc076aa0bb061ed6f233b5cf042583 [file] [log] [blame]
# Description:
# CUDA Templates for Linear Algebra Subroutines
load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "cutlass",
hdrs = glob(["include/**/*.h", "include/**/*.hpp"]),
includes = ["include/"],
visibility = ["//visibility:public"],
)