{"id":"compute.device--deviceSupportMatrixRow","name":"deviceSupportMatrixRow","owner":"yeho","package":"compute.device","kind":"thing","signature":"external thing deviceSupportMatrixRow","description":"A device support matrix row record carrying backend, family, vendor, runtimeReady, placementSupported, and related state.","context":"Inspect device capability catalogs and model resource lifetimes and placement decisions.","parameters":[],"returns":"void","members":[{"name":"backend","kind":"field","type":"text","description":"Stores backend as text.","signature":"text backend","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"family","kind":"field","type":"text","description":"Stores family as text.","signature":"text family","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"vendor","kind":"field","type":"text","description":"Stores vendor as text.","signature":"text vendor","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"runtimeReady","kind":"field","type":"bool","description":"Stores runtime ready as bool.","signature":"bool runtimeReady","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"placementSupported","kind":"field","type":"bool","description":"Stores placement supported as bool.","signature":"bool placementSupported","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"mixedExecutionSupported","kind":"field","type":"bool","description":"Stores mixed execution supported as bool.","signature":"bool mixedExecutionSupported","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"fallbackBackend","kind":"field","type":"text","description":"Stores fallback backend as text.","signature":"text fallbackBackend","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"hostFamily","kind":"field","type":"text","description":"Stores host family as text.","signature":"text hostFamily","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"status","kind":"field","type":"text","description":"Stores status as text.","signature":"text status","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"notes","kind":"field","type":"text","description":"Stores notes as text.","signature":"text notes","tags":["thing","field","compute.device"],"updated":"2026-09-09"},{"name":"deviceSupportMatrixRow","kind":"constructor","parameters":[{"name":"backend","type":"text","description":"Backend."},{"name":"family","type":"text","description":"Family."},{"name":"vendor","type":"text","description":"Vendor."},{"name":"runtimeReady","type":"bool","description":"Runtime ready."},{"name":"placementSupported","type":"bool","description":"Placement supported."},{"name":"mixedExecutionSupported","type":"bool","description":"Mixed execution supported."},{"name":"fallbackBackend","type":"text","description":"Fallback backend."},{"name":"hostFamily","type":"text","description":"Host family."},{"name":"status","type":"text","description":"Status."},{"name":"notes","type":"text","description":"Notes."}],"returns":"void","signature":"deviceSupportMatrixRow(text backend, text family, text vendor, bool runtimeReady, bool placementSupported, bool mixedExecutionSupported, text fallbackBackend, text hostFamily, text status, text notes)","description":"Device support matrix row.","tags":["thing","constructor","compute.device"],"updated":"2026-09-09"},{"name":"HasFallback","kind":"method","parameters":[],"returns":"bool","signature":"HasFallback() returns bool","description":"Has fallback.","tags":["thing","method","compute.device"],"exampleId":"method-HasFallback-11","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","compute.device"],"exampleId":"method-Describe-12","updated":"2026-09-09"}],"tags":["compute","compute.device","cpu","device","method","source-example","thing","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/device/device.yh","line":169,"sha256":"d567cec5c410960532c93c94cdb489280cbff52cec7785f98104cb8cd3ee181c"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use deviceSupportMatrixRow","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using compute.device\n\n// Inspect device capability catalogs and model resource lifetimes and placement decisions.\ndeviceSupportMatrixRow sample = deviceSupportMatrixRow(\"cpu-oracle\", \"cpu\", \"vendor\", true, true, true, \"fallback Backend\", \"host Family\", \"ready\", \"notes\")\nConsole.Log(Text.From(sample.backend))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_device__devicesupportmatrixrow\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.buffer\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/buffer\"\n\n[[dependencies]]\npackage = \"compute.device\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/device\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"bfa4980b02e63c41180f2564fd21bd2b19864094888b8feb124d3a1e7792fda7","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-HasFallback-11","title":"deviceSupportMatrixRow.HasFallback","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.device\n\n// Has fallback.\ndeviceSupportMatrixRow instance = deviceSupportMatrixRow(\"cpu-oracle\", \"cpu\", \"vendor\", true, true, true, \"fallback Backend\", \"host Family\", \"ready\", \"notes\")\nbool result = instance.HasFallback()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_device__devicesupportmatrixrow\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.buffer\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/buffer\"\n\n[[dependencies]]\npackage = \"compute.device\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/device\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"85ddd4409d204e88845130ac08dac586f987dbd8bf5d23943c5e481d74c81189","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-12","title":"deviceSupportMatrixRow.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.device\n\n// Describe.\ndeviceSupportMatrixRow instance = deviceSupportMatrixRow(\"cpu-oracle\", \"cpu\", \"vendor\", true, true, true, \"fallback Backend\", \"host Family\", \"ready\", \"notes\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_device__devicesupportmatrixrow\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.buffer\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/buffer\"\n\n[[dependencies]]\npackage = \"compute.device\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/device\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"0464179e02a2acd93a0ddf874f7cdd2d6fe8314f2c2d6efeb61f2759d7fd4e8b","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["backend","family","vendor","runtimeReady","placementSupported","mixedExecutionSupported","fallbackBackend","hostFamily","status","notes","deviceSupportMatrixRow","HasFallback","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=compute.device--deviceSupportMatrixRow","json":"https://demonhunterlabs.com/reference/items/compute.device--deviceSupportMatrixRow.json","markdown":"https://demonhunterlabs.com/reference/text/compute.device--deviceSupportMatrixRow.md"}
