Commit 0fc198f
【CUDA Kernel No.51】exponential_kernel算子Kernel修复 (#2222)
* 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
---------
Co-authored-by: Yuqiang Ge <[email protected]>1 parent 6940574 commit 0fc198f
File tree
2 files changed
+2
-2
lines changed- backends
- iluvatar_gpu/kernels/cuda_kernels
- metax_gpu/kernels/cuda_kernels
2 files changed
+2
-2
lines changedLines 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 | | |
| |||
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