{"id":"compute.parity--RenderSimdFloatParityView","name":"RenderSimdFloatParityView","owner":"yeho","package":"compute.parity","kind":"function","signature":"external RenderSimdFloatParityView(text label, simdCapability capability, list of float scalarValues, list of float simdValues, float tolerance) returns text","description":"Format simd float parity view as readable text.","context":"Compare numerical results with explicit tolerances and CPU-reference evidence.","parameters":[{"name":"label","type":"text","description":"Supply label as text."},{"name":"capability","type":"simdCapability","description":"Supply capability as simdCapability."},{"name":"scalarValues","type":"list of float","description":"Supply scalar values as list of float."},{"name":"simdValues","type":"list of float","description":"Supply simd values as list of float."},{"name":"tolerance","type":"float","description":"Supply tolerance as float."}],"returns":"text","members":[],"tags":["compute","compute.parity","cpu","function","parity","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/parity/simd_parity.yh","line":181,"sha256":"4c516067449c359551586e183f536e875df13b8f86f9951ff71d6cc762b7267a"},"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 RenderSimdFloatParityView","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\"\nsimdCapability capability = simdCapability(\"Nova\", \"target\", \"lane Family\", 1, 1, true, \"ready\", \"notes\")\nlist of float scalarValues = []\nlist of float simdValues = []\nfloat tolerance = 1.0\ntext result = RenderSimdFloatParityView(label, capability, scalarValues, simdValues, tolerance)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__rendersimdfloatparityview\"\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":"6834a1acdd140ae42804a98bb41ea91652298b6d8217b47e07cfe6e9f8fbb491","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=compute.parity--RenderSimdFloatParityView","json":"https://demonhunterlabs.com/reference/items/compute.parity--RenderSimdFloatParityView.json","markdown":"https://demonhunterlabs.com/reference/text/compute.parity--RenderSimdFloatParityView.md"}
