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 07960ac commit 0366238Copy full SHA for 0366238
backends/cuda/cuda_backend.py
@@ -177,7 +177,7 @@ def preprocess(
177
options.update(
178
{
179
"aot_inductor.cross_target_platform": "windows",
180
- "aot_inductor.aoti_shim_library": "executorch",
+ "aot_inductor.aoti_shim_library": "aoti_cuda",
181
"aot_inductor.aoti_shim_library_path": shim_library_path,
182
"aot_inductor.precompile_headers": False,
183
}
0 commit comments