Update the documents (#10)

* Update the documents

* update the using-rocjpeg

[ROCm/rocjpeg commit: 09f02a1b2d]
This commit is contained in:
Aryan Salmanpour
2024-04-03 14:55:56 -04:00
committed by GitHub
parent bd2767ccab
commit e8d158b256
3 changed files with 129 additions and 17 deletions
-2
View File
@@ -9,8 +9,6 @@ import shutil
from rocm_docs import ROCmDocs
shutil.copy2('../README.md','./index.md')
with open('../CMakeLists.txt', encoding='utf-8') as f:
match = re.search(r'.*\bset\(VERSION\s+\"?([0-9.]+)[^0-9.]+', f.read())
if not match: