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

Function initializeOperations

globals.js:13–15  ·  view source on GitHub ↗
(device)

Source from the content-addressed store, hash-verified

11let operations = [FastMatMulBlock, AttentionBlock, ResidualBlock, EmbedBlock, DeEmbedBlock, GeluBlock, LayerNormBlock, SoftmaxBlock];
12
13function initializeOperations(device) {
14 for (const operation of operations) operation.initialize(device);
15}
16
17function destroyOperationBuffers() {
18 for (const operation of operations) operation.destroyBuffers();

Callers 2

initializeMethod · 0.70
initializeMethod · 0.50

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected