Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-Chen222 committed Jun 3, 2024
1 parent d90b093 commit d055adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 55 deletions.
53 changes: 0 additions & 53 deletions lib/kernels/src/conv_2d_kernels.h

This file was deleted.

4 changes: 2 additions & 2 deletions lib/kernels/src/hip/loss_function_kernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ void sparse_categorical_crossentropy_loss_backward_kernel(

// launch kernel in hip
hipLaunchKernelGGL(sparse_categorical_crossentropy_loss_backward,
GET_BLOCKS(num_samples * k),
dCUDA_NUM_THREADS,
GET_BLOCKS(num_samples),
CUDA_NUM_THREADS,
0,
stream,
logit_grad_ptr,
Expand Down

0 comments on commit d055adf

Please sign in to comment.