Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnswerDotAI/gpu.cpp
/ GPUActivations
Class
GPUActivations
experimental/kernels/gpt2_webgpu.cpp:198–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
};
197
198
struct GPUActivations {
199
Tensor data[NUM_ACTIVATION_TENSORS];
200
};
201
202
203
void gpu_alloc(Context& ctx, Tensor* tensors, size_t* sizes, size_t n) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected