{"id":"compute.parity--CompareFloatLists","name":"CompareFloatLists","owner":"yeho","package":"compute.parity","kind":"function","signature":"external CompareFloatLists(text label, text cpuPath, text optimizedPath, list of float expected, list of float actual) returns floatParitySummary","description":"Compare float 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 float","description":"Supply expected as list of float."},{"name":"actual","type":"list of float","description":"Supply actual as list of float."}],"returns":"floatParitySummary","members":[],"tags":["compute","compute.parity","cpu","function","parity","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/parity/float_parity.yh","line":131,"sha256":"c88037645d306c3be187ab59e56237c9baa08c135a189746ed542c61ef3c46b8"},"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 CompareFloatLists","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 float expected = []\nlist of float actual = []\nfloatParitySummary result = CompareFloatLists(label, cpuPath, optimizedPath, expected, actual)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__comparefloatlists\"\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":"7b3e9f1ea46f14999dd936c6138be53056360fe67436df929d9ac99d89ffe323","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=compute.parity--CompareFloatLists","json":"https://demonhunterlabs.com/reference/items/compute.parity--CompareFloatLists.json","markdown":"https://demonhunterlabs.com/reference/text/compute.parity--CompareFloatLists.md"}
