Skip to content

Commit 0366238

Browse files
committed
aoti_cuda
1 parent 07960ac commit 0366238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cuda/cuda_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def preprocess(
177177
options.update(
178178
{
179179
"aot_inductor.cross_target_platform": "windows",
180-
"aot_inductor.aoti_shim_library": "executorch",
180+
"aot_inductor.aoti_shim_library": "aoti_cuda",
181181
"aot_inductor.aoti_shim_library_path": shim_library_path,
182182
"aot_inductor.precompile_headers": False,
183183
}

0 commit comments

Comments
 (0)