Skip to content

Commit 7751123

Browse files
committed
shim lib name
1 parent bcf2426 commit 7751123

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backends/cuda/cuda_backend.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,9 @@ def preprocess(
180180
options.update(
181181
{
182182
"aot_inductor.cross_target_platform": "windows",
183-
"aot_inductor.aoti_shim_library": "aoti_cuda",
183+
"aot_inductor.aoti_shim_library": "aoti_cuda_shims",
184184
"aot_inductor.aoti_shim_library_path": shim_library_path,
185185
"aot_inductor.precompile_headers": False,
186-
"aot_inductor.emit_multi_arch_kernel": True,
187186
}
188187
)
189188

0 commit comments

Comments
 (0)