Commit 64d769a
【CUDA Kernel No.47-48】 算子Kernel修复 (#2178)
* fix: update include directive for deformable_conv_grad_kernel
* fix: update include directive for deformable_conv_kernel_register
* fix: update include directive for deformable_conv_grad_kernel
* fix: add missing include for kernel registry in deformable_conv_grad_kernel_register
* fix: add missing source files for deformable convolution kernels in CMakeLists
---------
Co-authored-by: Tao Luo <[email protected]>
Co-authored-by: Yuqiang Ge <[email protected]>1 parent 982ed6f commit 64d769a
File tree
3 files changed
+5
-2
lines changed- backends/metax_gpu
- kernels/cuda_kernels
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
| 305 | + | |
304 | 306 | | |
305 | 307 | | |
306 | 308 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 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