aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-08Bump hashMark Peschel
2024-02-06Bump hashMark Peschel
2024-01-31Bump hashMark Peschel
2024-01-22Bump hashMark Peschel
2024-01-17Bump hashMark Peschel
2024-01-12Bump hashMark Peschel
2023-12-31Bump commit hashMark Peschel
2023-12-08Bump git hashMark Peschel
2023-11-16Bump hashMark Peschel
2023-10-25Bump commit hashMark Peschel
2023-10-08X outdated comment about haswell optimizationsMark Peschel
2023-10-08Bump commit hash.Mark Peschel
2023-10-07Fix: failing build makes later builds failMark Peschel
In a previous commit, I tried to fix an issue where, when the version number of the wheel produced changes, a part of the script that selects that wheel automatically can crash. My solution was to delete those files if they exist. I got it wrong, though, and if the previous build fails, the directory containing the wheel will be created but empty and then the rm line will fail. This patch hopefully allows rm to ignore if the files do not exist.
2023-09-21Bump commitMark Peschel
2023-09-21Prevent build fail if upstream changes wheel name.Mark Peschel
clean src/tmprocm between builds so we don't get duplicate .whl files. Also add quotes around $WHEEL_PACKAGE in python -m installer line, to make the errors more descriptive and also maybe prevent issues with spaces in dirnames.
2023-08-29Bump known good commit.Mark Peschel
2023-08-19Warn for /tmp size only if target.lst is bigMark Peschel
2023-08-19Prefix patch files with fix- for cleanlinessMark Peschel
2023-08-19Bugfix: Left uninstall lines commented out againMark Peschel
2023-08-19Rename a.out to test_model_c.outMark Peschel
2023-08-19Rename load_model_c.c to test_model_c.cMark Peschel
2023-08-19Renaem make_model_c.py to test_make_model_c.pyMark Peschel
2023-08-19Rename c_model to test_model_cMark Peschel
Also c_model.tar.gz to test_model_c.tar.gz
2023-08-19Rename c_model_test to test_model_saveMark Peschel
2023-08-19Set random seeds in test.pyMark Peschel
Chosen by fair dice roll
2023-08-19Make expected loss in test.py clearerMark Peschel
2023-08-18Fix URL: AUR repos are in root, not /packages.Mark Peschel
2023-08-18README 2.12 -> 2.13. Clarity, typos, and safer instructions.Mark Peschel
Replace 2.12 with 2.13 and update links appropriately. Add link to Google's tensorflow/tensorflow. Move "breadcrumbs" section to "how to fix this pkgbuild" section since that's when people will need it. git is effectively a build dependency. Suggest --syncdeps for n00bs. Remove suggestion to update "_known_good_commit" since that might break our patches. Move (borked) 2.14 instructions to end and add warnings, libxcrypt-compat dependency. Replace dd commands with tee cuz I guess it's cleaner. Misc. typos and clarity fixes.
2023-08-18X last_successful_commit.txtMark Peschel
Should have done this when I was removing the python update script.
2023-08-17Bump good commit.Mark Peschel
2023-08-11Bump commit hash; remove rocm_configure patchMark Peschel
Upstream updated path from /hip/bin/hipcc to /bin/hipcc, so rocm_configure patch is no longer necessary. https://github.com/ROCmSoftwarePlatform/tensorflow-upstream/commit/70b5e994f6782c28db6db8a30e807459f21d14a1
2023-08-06Typo.Mark Peschel
2023-08-06Bump _known_good_commit. Don't bump pkgrel for vcsMark Peschel
2023-08-03X update_last_successful; it was overbuilt anywayMark Peschel
2023-08-03Link to build dockerfile from target.lst warningMark Peschel
2023-07-21New good commit. No pkgrel bump bc wiki says soMark Peschel
2023-07-21Bump .SRCINFOMark Peschel
2023-07-21Update to 2.13, which is not broken.Mark Peschel
2023-07-19Bugfix: got the sha512sum wrong for the patchMark Peschel
2023-07-19Clean up unfinished removal of -opt buildMark Peschel
2023-07-19Fix /opt/rocm/hip/bin/hipcc: No such file or directory.Mark Peschel
Copy lubosz homework: https://github.com/lubosz/tensorflow-rocm/commit/c7d2a99
2023-07-08Make test.py slightly less non-deterministic.Mark Peschel
2023-07-07Correct x86_64 to x86-64Mark Peschel
2023-07-07Add suggestions for fixing this build when it breaks.Mark Peschel
2023-07-07Remove "opt" instructions; rewrite target.lst for clarity.Mark Peschel
2023-07-07Remove package split since this is never going in extra repo anyway.Mark Peschel
2023-07-07Fix documentation bug should be target.lst not targetsMark Peschel
2023-07-06Corrrect typo from targets.lst to target.lst (singular)Mark Peschel
2023-07-06Merge branch 'master' of https://github.com/mpeschel10/tensorflow-amd-gitMark Peschel
2023-07-06Explain targets.lst and why you must use it to build for uninstalled cards.Mark Peschel