Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnswerDotAI/gpu.cpp
/ GPUParameters
Class
GPUParameters
experimental/kernels/gpt2_webgpu.cpp:194–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
struct GPUParameters {
195
Tensor data[NUM_PARAMETER_TENSORS];
196
};
197
198
struct GPUActivations {
199
Tensor data[NUM_ACTIVATION_TENSORS];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected