mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[DOCS] Add MLIR Autogenerated Docs to Sphinx Docs (#2234)
Partially fixes: https://github.com/openai/triton/issues/2226 Here are some example renderings:   
This commit is contained in:
BIN
python/.hypothesis/unicode_data/13.0.0/charmap.json.gz
Normal file
BIN
python/.hypothesis/unicode_data/13.0.0/charmap.json.gz
Normal file
Binary file not shown.
@@ -277,6 +277,7 @@ class CMakeBuild(build_ext):
|
||||
cmake_dir = get_cmake_dir()
|
||||
subprocess.check_call(["cmake", self.base_dir] + cmake_args, cwd=cmake_dir, env=env)
|
||||
subprocess.check_call(["cmake", "--build", "."] + build_args, cwd=cmake_dir)
|
||||
subprocess.check_call(["cmake", "--build", ".", "--target", "mlir-doc"], cwd=cmake_dir)
|
||||
|
||||
|
||||
download_and_copy_ptxas()
|
||||
|
||||
Reference in New Issue
Block a user