Files
UnrealEngine/Engine/Plugins/Experimental/NNERuntimeIREE/Config/IREERDG_Mac_To_Mac.json
2025-05-18 13:04:45 +08:00

11 lines
494 B
JSON

{
"ImporterCommand": [ "${PLUGIN_DIR}/Binaries/ThirdParty/IREE/Mac/torch-mlir-import-onnx" ],
"ImporterArguments": "-o ${OUTPUT_PATH} --opset-version 21 ${INPUT_PATH}",
"CompilerCommand": [ "${PLUGIN_DIR}/Binaries/ThirdParty/IREE/Mac/iree-compile" ],
"Targets": [
{
"ShaderPlatform": "METAL_SM6",
"CompilerArguments": "--iree-hal-target-backends=unreal-shader --iree-unreal-target=sm_75 --iree-hal-dump-executable-binaries-to=${BINARIES_PATH} -o ${VMFB_PATH} ${INPUT_PATH}"
}
]
}