MCPcopy 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
215def silu(x):
216 return x * tl.sigmoid(x)
217
218
219def dequant_dim0(qweight, bits, maxq, infeatures, outfeatures):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected