MCPcopy Create free account
hub / github.com/ByteDance-Seed/Triton-distributed / CMakeExtension

Class CMakeExtension

python/setup.py:479–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477
478
479class CMakeExtension(Extension):
480
481 def __init__(self, name, path, sourcedir=""):
482 Extension.__init__(self, name, sources=[])
483 self.sourcedir = os.path.abspath(sourcedir)
484 self.path = path
485
486
487# ---- SHMEM ----

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected