mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 06:38:00 -05:00
Adding preliminary compatibility matrix data for 6.2.1 (#134)
* adding preliminary compatibility matrix data for 6.2.1 * bump up some version numbers from 6.2.0 to 6.2.1 * adding kernel versions to compatibility matrix. I hate it * add kernel version lookup table, in dropdown list * add KFD and User space support. Also adjust some meta data keywords * update 6.2.1 RC2 versions * make spelling linter happy * remove kernel versions from table, just reference LUT below * Leave kenerel Lookup table expanded * update kernel version table * remove kernels from historical matrix, update footnotes * move historical matrix into compatibility folder * update historical matrix paths * version bumps for RC3 * RC4 has no other version bumps. Reorder RPP alphabetically * change How-To card hue to purple
This commit is contained in:
@@ -10,7 +10,7 @@ import shutil
|
||||
shutil.copy2("../RELEASE.md", "./about/release-notes.md")
|
||||
|
||||
os.system("mkdir -p ../_readthedocs/html/downloads")
|
||||
os.system("cp data/reference/compatibility-matrix-historical-6.0.csv ../_readthedocs/html/downloads/compatibility-matrix-historical-6.0.csv")
|
||||
os.system("cp compatibility/compatibility-matrix-historical-6.0.csv ../_readthedocs/html/downloads/compatibility-matrix-historical-6.0.csv")
|
||||
|
||||
latex_engine = "xelatex"
|
||||
latex_elements = {
|
||||
|
||||
Reference in New Issue
Block a user