We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf2426 commit 7751123Copy full SHA for 7751123
backends/cuda/cuda_backend.py
@@ -180,10 +180,9 @@ def preprocess(
180
options.update(
181
{
182
"aot_inductor.cross_target_platform": "windows",
183
- "aot_inductor.aoti_shim_library": "aoti_cuda",
+ "aot_inductor.aoti_shim_library": "aoti_cuda_shims",
184
"aot_inductor.aoti_shim_library_path": shim_library_path,
185
"aot_inductor.precompile_headers": False,
186
- "aot_inductor.emit_multi_arch_kernel": True,
187
}
188
)
189
0 commit comments