14 lines
812 B
JSON
14 lines
812 B
JSON
{
|
|
"ImporterCommand": [ "${PLUGIN_DIR}/Binaries/ThirdParty/IREE/Windows/torch-mlir-import-onnx.exe" ],
|
|
"ImporterArguments": "-o ${OUTPUT_PATH} --opset-version 21 ${INPUT_PATH}",
|
|
"CompilerCommand": [ "${PLUGIN_DIR}/Binaries/ThirdParty/IREE/Windows/iree-compile.exe" ],
|
|
"LinkerCommand": [ "${PLUGIN_DIR}/Binaries/ThirdParty/IREE/Windows/clang++.exe" ],
|
|
"SharedLibExt": ".dll",
|
|
"Targets": [
|
|
{
|
|
"Architecture": "",
|
|
"CompilerArguments": "--iree-llvmcpu-target-triple=x86_64-pc-windows-msvc --iree-input-type=auto --iree-hal-target-backends=llvm-cpu --iree-llvmcpu-link-embedded=false --iree-llvmcpu-link-static --output-format=vm-bytecode --iree-llvmcpu-static-library-output-path=${OBJECT_PATH} -o ${VMFB_PATH} ${INPUT_PATH}",
|
|
"LinkerArguments": "-shared -o ${SHARED_LIB_PATH} ${OBJECT_PATH}"
|
|
}
|
|
]
|
|
} |