Files
2125_GCE/programs/demo_gpu.gx.json
T

16 lines
428 B
JSON
Raw Normal View History

{
"magic": "GXIC1",
"version": 1,
"model": "programs/hello_model.gx",
"entrypoint": "main",
"symbols": {
"main": 0
},
"instructions": [
{ "op": "LOAD_MODEL", "args": ["programs/hello_model.gx"] },
{ "op": "SET_PARAM", "args": ["use_gpu", true] },
{ "op": "LOG", "args": ["Attempting GPU-accelerated execution"] },
{ "op": "RUN_PROMPT", "args": ["Hello from XIC with GPU acceleration."] }
]
}