{"id":"compute.parity--BuildParityRunReport","name":"BuildParityRunReport","owner":"yeho","package":"compute.parity","kind":"function","signature":"external BuildParityRunReport(text label, profileReport report, list of parityWorkflow workflows, text note) returns text","description":"Build parity run report.","context":"Compare numerical results with explicit tolerances and CPU-reference evidence.","parameters":[{"name":"label","type":"text","description":"Supply label as text."},{"name":"report","type":"profileReport","description":"Supply report as profileReport."},{"name":"workflows","type":"list of parityWorkflow","description":"Supply workflows as list of parityWorkflow."},{"name":"note","type":"text","description":"Supply note as text."}],"returns":"text","members":[],"tags":["compute","compute.parity","cpu","function","parity","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/parity/workflows.yh","line":355,"sha256":"8852b29f3194986ee4600d8797d40c71d81df18abb3b14702d20e580306b4b91"},"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 BuildParityRunReport","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using compute.parity\n\n// Compare numerical results with explicit tolerances and CPU-reference evidence.\ntext label = \"Player health\"\nprofileReport report = profileReport(\"Player health\", \"note\")\nlist of parityWorkflow workflows = []\ntext note = \"note\"\ntext result = BuildParityRunReport(label, report, workflows, note)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__buildparityrunreport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.parity\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/parity\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.simd\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/simd\"\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":"0f1a9d350845a55cd286232b4f5c7760ddd6d77c27f3e8149ea1e227dd504ae4","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=compute.parity--BuildParityRunReport","json":"https://demonhunterlabs.com/reference/items/compute.parity--BuildParityRunReport.json","markdown":"https://demonhunterlabs.com/reference/text/compute.parity--BuildParityRunReport.md"}
