Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/EfficientQAT
/ silu
Function
silu
quantize/triton_utils/kernels.py:215–216 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
213
214
@triton.jit
215
def
silu(x):
216
return
x * tl.sigmoid(x)
217
218
219
def
dequant_dim0(qweight, bits, maxq, infeatures, outfeatures):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected