Cleanup caffe2 hipify exclude patterns (#14198)
authorJunjie Bai <bai@in.tum.de>
Mon, 19 Nov 2018 22:21:20 +0000 (14:21 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 19 Nov 2018 22:27:56 +0000 (14:27 -0800)
Summary:
depthwise_3x3_conv_op.cu does not exist
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14198

Differential Revision: D13127479

Pulled By: bddppq

fbshipit-source-id: ec6bd434055a49ea405c4b399bde8c074114f955

tools/amd_build/build_caffe2_amd.py

index c6e0cf1..d350400 100755 (executable)
@@ -26,7 +26,6 @@ includes = [
 ]
 
 ignores = [
-    "caffe2/operators/depthwise_3x3_conv_op.cu",
     "caffe2/operators/depthwise_3x3_conv_op_cudnn.cu",
     "caffe2/operators/pool_op_cudnn.cu",
     '**/hip/**',