MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / backward

Method backward

codegeex/megatron/mpu/mappings.py:142–143  ·  view source on GitHub ↗
(ctx, grad_output)

Source from the content-addressed store, hash-verified

140
141 @staticmethod
142 def backward(ctx, grad_output):
143 return _split(grad_output)
144
145
146# -----------------

Callers

nothing calls this directly

Calls 1

_splitFunction · 0.85

Tested by

no test coverage detected