Commit 397b8df
Fix missing kernel header in stack util (pytorch#14069)
Summary:
Given `stack_util.h` is exported and it includes `kernel_includes.h`, we
need `kernel_includes` in the build dependency.
One solution is to expect the clients who use `slice_util` to also add
`kernel_includes`. However, "doing it for them" via exported_deps seems
like a nicer solution.
Reviewed By: silverguo
Differential Revision: D81930473
Co-authored-by: Jathu Satkunarajah <[email protected]>1 parent 245630a commit 397b8df
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
305 | 307 | | |
306 | 308 | | |
307 | 309 | | |
| |||
0 commit comments