1
0
Fork 0

workaround lib paths for tinygrad

main
Jeff Moe 2024-02-06 13:05:56 -07:00
parent 87e9194519
commit b90b70840d
2 changed files with 32 additions and 18 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tinyrocs 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-06 12:50-0700\n"
"POT-Creation-Date: 2024-02-06 13:04-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -272,77 +272,83 @@ msgstr ""
msgid "The build commands are the same in both builds."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:203
#: ../../../_source/toolchain-6.0.2.rst:202
msgid ""
"comgr installs to ``/usr/lib``. Some apps expect it elsewhere. Cruft XXX "
"workaround:"
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:211
msgid "rocBLAS"
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:204
#: ../../../_source/toolchain-6.0.2.rst:212
msgid "rocBLAS."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:206
#: ../../../_source/toolchain-6.0.2.rst:214
msgid ""
"This builds for many targets, which takes ~155 minutes to build, but only "
"``gfx1100`` is really needed."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:209
#: ../../../_source/toolchain-6.0.2.rst:217
msgid ""
"The cmake build scripts download Tensile from git. Not sure if it uses a "
"specific tag, or is a moving build..."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:215
#: ../../../_source/toolchain-6.0.2.rst:223
msgid "Other options, maybe:"
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:226
#: ../../../_source/toolchain-6.0.2.rst:234
msgid ""
"XXX ? Fortran can't be built because flang can't be built in the LLVM build "
"first pass. If LLVM is rebuilt with flang, then maybe Fortran can be enabled."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:232
#: ../../../_source/toolchain-6.0.2.rst:240
msgid "rocprim"
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:233
#: ../../../_source/toolchain-6.0.2.rst:241
msgid "``rocprim``."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:240
#: ../../../_source/toolchain-6.0.2.rst:248
msgid "rocsparse"
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:241
#: ../../../_source/toolchain-6.0.2.rst:249
msgid "``rocsparse``."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:243
#: ../../../_source/toolchain-6.0.2.rst:251
msgid "Has ``GPU_TARGETS`` option, all are built."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:250
#: ../../../_source/toolchain-6.0.2.rst:258
msgid "rocsolver"
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:251
#: ../../../_source/toolchain-6.0.2.rst:259
msgid "``rocsolver`` for hipBLAS."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:258
#: ../../../_source/toolchain-6.0.2.rst:266
msgid "hipBLAS"
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:259
#: ../../../_source/toolchain-6.0.2.rst:267
msgid "``hipBLAS`` plz."
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:266
#: ../../../_source/toolchain-6.0.2.rst:274
msgid "LLVM Pass Two"
msgstr ""
#: ../../../_source/toolchain-6.0.2.rst:267
#: ../../../_source/toolchain-6.0.2.rst:275
msgid ""
"XXX Skip this for now ? XXX. Needed for flang (fortran). Needed for OpenMP."
msgstr ""

View File

@ -199,6 +199,14 @@ The build commands are the same in both builds.
:language: bash
comgr installs to ``/usr/lib``. Some apps expect it elsewhere.
Cruft XXX workaround:
.. code-block:: sh
sudo ln -s /usr/lib/libamd_comgr.so* /opt/rocm/lib/
rocBLAS
-------
rocBLAS.