Skip to content

Commit

Permalink
change .cu to .cc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzSean committed Sep 22, 2021
1 parent c08fef2 commit 033d053
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/operators/fused/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ if (WITH_GPU OR WITH_ROCM)
nv_test(test_fused_residual_dropout_bias SRCS fused_residual_dropout_bias_test.cu DEPS tensor op_registry dropout_op device_context generator memory)
endif()
if (NOT ${CUDNN_VERSION} VERSION_LESS 8000)
nv_test(test_cudnn_norm_conv SRCS cudnn_norm_conv_test.cu DEPS conv_op blas im2col vol2col depthwise_conv eigen_function tensor op_registry device_context generator memory)
cc_test(test_cudnn_norm_conv SRCS cudnn_norm_conv_test.cc DEPS conv_op blas im2col vol2col depthwise_conv eigen_function tensor op_registry device_context generator memory)
endif()
endif()

0 comments on commit 033d053

Please sign in to comment.