MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / main

Function main

setup.py:106–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 f.write(f"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{lib_dir}\n")
105
106def main():
107 os_name = get_os_name()
108 check_os(os_name)
109 download_dawn(os_name)
110 setup_env(os_name)
111 print()
112
113if __name__ == "__main__":
114 main()

Callers 1

setup.pyFile · 0.70

Calls 4

get_os_nameFunction · 0.85
check_osFunction · 0.85
download_dawnFunction · 0.85
setup_envFunction · 0.85

Tested by

no test coverage detected