Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaishaonvjituizi committed May 9, 2022
1 parent 39c9750 commit 06787c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion paddle/phi/kernels/sparse/unary_kernel.h
Expand Up @@ -44,6 +44,5 @@ SparseCooTensor SparseRelu(const Context& dev_ctx, const SparseCooTensor& x) {
return coo;
}


} // namespace sparse
} // namespace phi
2 changes: 1 addition & 1 deletion paddle/phi/tests/kernels/test_sparse_activation_dev_api.cc
Expand Up @@ -24,9 +24,9 @@ limitations under the License. */
#include "paddle/phi/kernels/activation_grad_kernel.h"
#include "paddle/phi/kernels/activation_kernel.h"
#include "paddle/phi/kernels/empty_kernel.h"
#include "paddle/phi/kernels/sparse/sparse_utils_kernel.h"
#include "paddle/phi/kernels/sparse/unary_grad_kernel.h"
#include "paddle/phi/kernels/sparse/unary_kernel.h"
#include "paddle/phi/kernels/sparse/sparse_utils_kernel.h"

namespace phi {
namespace tests {
Expand Down

1 comment on commit 06787c0

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.