MCPcopy Create free account
hub / github.com/0hq/WebGPT / constructor

Method constructor

instructions.js:142–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140
141class FastMatMulBlockClass extends Block {
142 constructor() {
143 super();
144 this.name = "fastMatMul";
145 }
146
147 getPipeline(rows) {
148 const settings = rows % 4 !== 0 ? "withCheck" : "noCheck";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected