{"id":"compute.parity--simdFloatParityCase","name":"simdFloatParityCase","owner":"yeho","package":"compute.parity","kind":"thing","signature":"external thing simdFloatParityCase","description":"A simd float parity case record carrying name, capability, scalarValues, simdValues, tolerance, and related state.","context":"Compare numerical results with explicit tolerances and CPU-reference evidence.","parameters":[],"returns":"void","members":[{"name":"name","kind":"field","type":"text","description":"Stores name as text.","signature":"text name","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"capability","kind":"field","type":"simdCapability","description":"Stores capability as simdCapability.","signature":"simdCapability capability","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"scalarValues","kind":"field","type":"list of float","description":"Stores scalar values as list of float.","signature":"list of float scalarValues","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"simdValues","kind":"field","type":"list of float","description":"Stores simd values as list of float.","signature":"list of float simdValues","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"tolerance","kind":"field","type":"float","description":"Stores tolerance as float.","signature":"float tolerance","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"note","kind":"field","type":"text","description":"Stores note as text.","signature":"text note","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"simdFloatParityCase","kind":"constructor","parameters":[{"name":"name","type":"text","description":"Name."},{"name":"capability","type":"simdCapability","description":"Capability."},{"name":"scalarValues","type":"list of float","description":"Scalar values."},{"name":"simdValues","type":"list of float","description":"Simd values."},{"name":"tolerance","type":"float","description":"Tolerance."},{"name":"note","type":"text","description":"Note."}],"returns":"void","signature":"simdFloatParityCase(text name, simdCapability capability, list of float scalarValues, list of float simdValues, float tolerance, text note)","description":"Simd float parity case.","tags":["thing","constructor","compute.parity"],"updated":"2026-09-09"},{"name":"Matches","kind":"method","parameters":[],"returns":"bool","signature":"Matches() returns bool","description":"Matches.","tags":["thing","method","compute.parity"],"exampleId":"method-Matches-7","updated":"2026-09-09"},{"name":"MismatchCount","kind":"method","parameters":[],"returns":"int","signature":"MismatchCount() returns int","description":"Mismatch count.","tags":["thing","method","compute.parity"],"exampleId":"method-MismatchCount-8","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","compute.parity"],"exampleId":"method-Describe-9","updated":"2026-09-09"}],"tags":["compute","compute.parity","cpu","method","parity","source-example","thing","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/parity/simd_parity.yh","line":108,"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 simdFloatParityCase","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.\nsimdFloatParityCase sample = simdFloatParityCase(\"Nova\", simdCapability(\"Nova\", \"target\", \"lane Family\", 1, 1, true, \"ready\", \"notes\"), [], [], 1.0, \"note\")\nConsole.Log(Text.From(sample.name))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__simdfloatparitycase\"\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":"034abc2876b80de31742f0057457e0940780015b2ecac0de16a666dc1e14dd9f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Matches-7","title":"simdFloatParityCase.Matches","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.parity\n\n// Matches.\nsimdFloatParityCase instance = simdFloatParityCase(\"Nova\", simdCapability(\"Nova\", \"target\", \"lane Family\", 1, 1, true, \"ready\", \"notes\"), [], [], 1.0, \"note\")\nbool result = instance.Matches()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__simdfloatparitycase\"\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","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"003c799c8f11996a44c9a40f4bff7c5d03ce4b096f92805e4f8fc0cc2a121fb3","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-MismatchCount-8","title":"simdFloatParityCase.MismatchCount","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.parity\n\n// Mismatch count.\nsimdFloatParityCase instance = simdFloatParityCase(\"Nova\", simdCapability(\"Nova\", \"target\", \"lane Family\", 1, 1, true, \"ready\", \"notes\"), [], [], 1.0, \"note\")\nint result = instance.MismatchCount()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__simdfloatparitycase\"\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","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"739995c8c52219acee4b9bffd47bf0341101cdf1eafb1a4cbfb30ef2d28a118f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-9","title":"simdFloatParityCase.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.parity\n\n// Describe.\nsimdFloatParityCase instance = simdFloatParityCase(\"Nova\", simdCapability(\"Nova\", \"target\", \"lane Family\", 1, 1, true, \"ready\", \"notes\"), [], [], 1.0, \"note\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__simdfloatparitycase\"\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","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"73b86aad9eae0962b3ce1a4bbcfbd321a3a81065df1d5a1af6c12350736194b9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["name","capability","scalarValues","simdValues","tolerance","note","simdFloatParityCase","Matches","MismatchCount","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=compute.parity--simdFloatParityCase","json":"https://demonhunterlabs.com/reference/items/compute.parity--simdFloatParityCase.json","markdown":"https://demonhunterlabs.com/reference/text/compute.parity--simdFloatParityCase.md"}
