Expert skill for LLVM integration including IR generation, optimization passes, and native code emission
Expert skill for LLVM integration including IR generation, optimization passes, and native code emission.
{
"type": "object",
"properties": {
"llvmVersion": { "type": "string" },
"targetTriple": { "type": "string" },
"optimizationLevel": {
"type": "string",
"enum": ["O0", "O1", "O2", "O3", "Os", "Oz"]
},
"passes": {
"type": "array",
"items": { "type": "string" }
},
"generatedFiles": {
"type": "array",
"items": { "type": "string" }
}
}
}
PyTorch深度学习模式与最佳实践,用于构建稳健、高效且可复现的训练流程、模型架构和数据加载。