{"id":"compute.parity--OracleMatMulInts","name":"OracleMatMulInts","owner":"yeho","package":"compute.parity","kind":"function","signature":"external OracleMatMulInts(list of int left, int rows, int inner, list of int right, int columns) returns list of int","description":"Oracle mat mul ints.","context":"Compare numerical results with explicit tolerances and CPU-reference evidence.","parameters":[{"name":"left","type":"list of int","description":"Supply left as list of int."},{"name":"rows","type":"int","description":"Supply rows as int."},{"name":"inner","type":"int","description":"Supply inner as int."},{"name":"right","type":"list of int","description":"Supply right as list of int."},{"name":"columns","type":"int","description":"Supply columns as int."}],"returns":"list of int","members":[],"tags":["compute","compute.parity","cpu","function","parity","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/parity/numerics_contract.yh","line":491,"sha256":"2c3f4b7218dfafc278b958c5853b36c89a750b41d7333abafc5978442a7b2ca7"},"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 OracleMatMulInts","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.\nlist of int left = []\nint rows = 1\nint inner = 1\nlist of int right = []\nint columns = 1\nlist of int result = OracleMatMulInts(left, rows, inner, right, columns)\nConsole.Log(Text.From(result.count))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__oraclematmulints\"\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":"0a50d5e4b9936027bda78f648f85c634ead4f54accf51b75a4b4b0b557d637fd","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=compute.parity--OracleMatMulInts","json":"https://demonhunterlabs.com/reference/items/compute.parity--OracleMatMulInts.json","markdown":"https://demonhunterlabs.com/reference/text/compute.parity--OracleMatMulInts.md"}
