Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yangguohao committed Dec 21, 2023
1 parent 9fc182f commit 351886f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions paddle/phi/kernels/sparse/gpu/matmul_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ limitations under the License. */
#include "paddle/phi/kernels/funcs/sparse/sparse_blas.h"
#include "paddle/phi/kernels/sparse/empty_kernel.h"
#include "paddle/phi/kernels/sparse/sparse_utils_kernel.h"
#include "paddle/phi/kernels/sparse/unary_kernel.h"

namespace phi {
namespace sparse {
Expand Down
1 change: 0 additions & 1 deletion paddle/phi/kernels/sparse/gpu/transpose_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ void TransposeCsrKernel(const Context &dev_ctx,
out_values_data);
}
}

} // namespace sparse
} // namespace phi

Expand Down

0 comments on commit 351886f

Please sign in to comment.