{"id":"compute.parity--BuildParityWorkflowFromIntLists","name":"BuildParityWorkflowFromIntLists","owner":"yeho","package":"compute.parity","kind":"function","signature":"external BuildParityWorkflowFromIntLists(text label, text cpuPath, text optimizedPath, list of int expected, list of int actual, int tolerance, profileReport report, text note) returns parityWorkflow","description":"Build parity workflow from int lists.","context":"Compare numerical results with explicit tolerances and CPU-reference evidence.","parameters":[{"name":"label","type":"text","description":"Supply label as text."},{"name":"cpuPath","type":"text","description":"Supply cpu path as text."},{"name":"optimizedPath","type":"text","description":"Supply optimized path as text."},{"name":"expected","type":"list of int","description":"Supply expected as list of int."},{"name":"actual","type":"list of int","description":"Supply actual as list of int."},{"name":"tolerance","type":"int","description":"Supply tolerance as int."},{"name":"report","type":"profileReport","description":"Supply report as profileReport."},{"name":"note","type":"text","description":"Supply note as text."}],"returns":"parityWorkflow","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":277,"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 BuildParityWorkflowFromIntLists","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\"\ntext cpuPath = \"cpu Path\"\ntext optimizedPath = \"optimized Path\"\nlist of int expected = []\nlist of int actual = []\nint tolerance = 1\nprofileReport report = profileReport(\"Player health\", \"note\")\ntext note = \"note\"\nparityWorkflow result = BuildParityWorkflowFromIntLists(label, cpuPath, optimizedPath, expected, actual, tolerance, report, note)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__buildparityworkflowfromintlists\"\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":"58a08bfddf76b257f8b1e2afafd8e39a0995f60e8aca14f019448f08dc4e6685","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=compute.parity--BuildParityWorkflowFromIntLists","json":"https://demonhunterlabs.com/reference/items/compute.parity--BuildParityWorkflowFromIntLists.json","markdown":"https://demonhunterlabs.com/reference/text/compute.parity--BuildParityWorkflowFromIntLists.md"}
