Commit d699475
CUDA Kernel No.52 (#2240)
* Add elementwise_grad_kernel.cu to CMakeLists.txt for GPU backend
* Fix: Replace .cu include with .h in elementwise_grad_kernel_register.cu
* fix: Correct .cu include and CMake for embedding_with_scaled_gradient_grad kernel.
* FIX(iluvatar_gpu): Correct include path for embedding_grad kernel registration file
* FIX(iluvatar_gpu): Include missing headers for embedding_grad kernel registration.
* Change included .cu files to .h
* Fix flip_kernel include path and clean up CMakeLists redundancy
---------
Co-authored-by: Yuqiang Ge <143453447+YqGe585@users.noreply.github.com>1 parent c0f59da commit d699475
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | 330 | | |
332 | 331 | | |
333 | 332 | | |
| |||
901 | 900 | | |
902 | 901 | | |
903 | 902 | | |
904 | | - | |
905 | 903 | | |
906 | 904 | | |
907 | 905 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments