Skip to content

Commit

Permalink
Refactor and add GPU kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Licht-T committed Oct 29, 2020
1 parent 480bbb2 commit fa722c2
Show file tree
Hide file tree
Showing 6 changed files with 1,299 additions and 771 deletions.
2 changes: 2 additions & 0 deletions tensorflow_addons/custom_ops/layers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ custom_op_library(
"@cub_archive//:cub",
],
cuda_srcs = [
"cc/kernels/deformable_conv2d_op.h",
"cc/kernels/deformable_conv2d_op_gpu.cu.cc",
],
)
Loading

0 comments on commit fa722c2

Please sign in to comment.