Skip to content

Commit 7e9654f

Browse files
committed
Refactor and add GPU kernel
1 parent 480bbb2 commit 7e9654f

File tree

5 files changed

+1276
-748
lines changed

5 files changed

+1276
-748
lines changed

tensorflow_addons/custom_ops/layers/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ custom_op_library(
3131
"@cub_archive//:cub",
3232
],
3333
cuda_srcs = [
34+
"cc/kernels/deformable_conv2d_op.h",
35+
"cc/kernels/deformable_conv2d_op_gpu.cu.cc",
3436
],
3537
)

0 commit comments

Comments
 (0)