Commit 054b15d
authored
check in lib file for now and throw it in the pip install (#15713)
the .lib file comes from compiling aoti_cuda_shims on windows. Ideally
we will not check this in but rather cross compile it on the fly from
linux. Thats coming soonish.
We need the .lib file in order to lower for cuda windows backend. Cuda
windows uses AOTI as the acceleration lib, AOTI generates executable
code that calls into the shim. On windows you must provide a reference
to all symbols you will link against (unlike linux) so we need the .lib
artifact.1 parent 234c288 commit 054b15d
2 files changed
+6
-0
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
918 | 918 | | |
919 | 919 | | |
920 | 920 | | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
921 | 927 | | |
922 | 928 | | |
0 commit comments