Skip to content

Commit a24e9f9

Browse files
committed
Fix
1 parent 724390c commit a24e9f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paddle/phi/kernels/gpu/lookup_table_grad_kernel.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
#include "paddle/phi/kernels/lookup_table_grad_kernel.h"
14+
#include "paddle/phi/kernels/gpu/lookup_table_grad_kernel.h"
1515
#include "paddle/phi/backends/gpu/gpu_primitives.h"
1616
#include "paddle/phi/common/memory_utils.h"
1717
#include "paddle/phi/core/kernel_registry.h"

paddle/phi/kernels/gpu/lookup_table_kernel.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
#include "paddle/phi/kernels/lookup_table_kernel.h"
14+
#include "paddle/phi/kernels/gpu/lookup_table_kernel.h"
1515
#include "paddle/phi/backends/gpu/gpu_primitives.h"
1616
#include "paddle/phi/common/memory_utils.h"
1717
#include "paddle/phi/core/kernel_registry.h"

0 commit comments

Comments
 (0)