MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / GenerateGemvOperations

Function GenerateGemvOperations

dnn/scripts/cutlass_generator/generator.py:1879–1883  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1877
1878
1879def GenerateGemvOperations(args):
1880 assert args.type == "simt", "operation gemv only support" "simt. (got:{})".format(
1881 args.type
1882 )
1883 return GenerateGemv_Simt(args)
1884
1885
1886################################################################################

Callers 2

write_op_listFunction · 0.90
generator.pyFile · 0.85

Calls 2

GenerateGemv_SimtFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected