PiperOrigin-RevId: 309792573
Change-Id: I96c42429134a6977eb0845f3791ea6ba020d8ce7
This commit is contained in:
A. Unique TensorFlower 2020-05-04 12:03:43 -07:00 committed by TensorFlower Gardener
parent 488a15749e
commit 29d325aca6

View File

@ -1185,6 +1185,23 @@ cc_library(
],
)
gentbl(
name = "GPUToROCDLTGen",
strip_include_prefix = "lib/Conversion/GPUToROCDL",
tbl_outs = [
(
"-gen-rewriters",
"lib/Conversion/GPUToROCDL/GPUToROCDL.cpp.inc",
),
],
tblgen = ":mlir-tblgen",
td_file = "lib/Conversion/GPUToROCDL/GPUToROCDL.td",
td_srcs = [
":GPUOpsTdFiles",
":ROCDLOpsTdFiles",
],
)
cc_library(
name = "GPUToROCDLTransforms",
srcs = [
@ -1199,6 +1216,7 @@ cc_library(
":ConversionPassIncGen",
":GPUCommonTransforms",
":GPUDialect",
":GPUToROCDLTGen",
":GPUTransforms",
":LLVMTransforms",
":Pass",