Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-08 | Bump hash | Mark Peschel | |
2024-02-06 | Bump hash | Mark Peschel | |
2024-01-31 | Bump hash | Mark Peschel | |
2024-01-22 | Bump hash | Mark Peschel | |
2024-01-17 | Bump hash | Mark Peschel | |
2024-01-12 | Bump hash | Mark Peschel | |
2023-12-31 | Bump commit hash | Mark Peschel | |
2023-12-08 | Bump git hash | Mark Peschel | |
2023-11-16 | Bump hash | Mark Peschel | |
2023-10-25 | Bump commit hash | Mark Peschel | |
2023-10-08 | X outdated comment about haswell optimizations | Mark Peschel | |
2023-10-08 | Bump commit hash. | Mark Peschel | |
2023-10-07 | Fix: failing build makes later builds fail | Mark 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-21 | Bump commit | Mark Peschel | |
2023-09-21 | Prevent 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-29 | Bump known good commit. | Mark Peschel | |
2023-08-19 | Warn for /tmp size only if target.lst is big | Mark Peschel | |
2023-08-19 | Prefix patch files with fix- for cleanliness | Mark Peschel | |
2023-08-19 | Bugfix: Left uninstall lines commented out again | Mark Peschel | |
2023-08-19 | Rename a.out to test_model_c.out | Mark Peschel | |
2023-08-19 | Rename load_model_c.c to test_model_c.c | Mark Peschel | |
2023-08-19 | Renaem make_model_c.py to test_make_model_c.py | Mark Peschel | |
2023-08-19 | Rename c_model to test_model_c | Mark Peschel | |
Also c_model.tar.gz to test_model_c.tar.gz | |||
2023-08-19 | Rename c_model_test to test_model_save | Mark Peschel | |
2023-08-19 | Set random seeds in test.py | Mark Peschel | |
Chosen by fair dice roll | |||
2023-08-19 | Make expected loss in test.py clearer | Mark Peschel | |
2023-08-18 | Fix URL: AUR repos are in root, not /packages. | Mark Peschel | |
2023-08-18 | README 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-18 | X last_successful_commit.txt | Mark Peschel | |
Should have done this when I was removing the python update script. | |||
2023-08-17 | Bump good commit. | Mark Peschel | |
2023-08-11 | Bump commit hash; remove rocm_configure patch | Mark 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-06 | Typo. | Mark Peschel | |
2023-08-06 | Bump _known_good_commit. Don't bump pkgrel for vcs | Mark Peschel | |
2023-08-03 | X update_last_successful; it was overbuilt anyway | Mark Peschel | |
2023-08-03 | Link to build dockerfile from target.lst warning | Mark Peschel | |
2023-07-21 | New good commit. No pkgrel bump bc wiki says so | Mark Peschel | |
2023-07-21 | Bump .SRCINFO | Mark Peschel | |
2023-07-21 | Update to 2.13, which is not broken. | Mark Peschel | |
2023-07-19 | Bugfix: got the sha512sum wrong for the patch | Mark Peschel | |
2023-07-19 | Clean up unfinished removal of -opt build | Mark Peschel | |
2023-07-19 | Fix /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-08 | Make test.py slightly less non-deterministic. | Mark Peschel | |
2023-07-07 | Correct x86_64 to x86-64 | Mark Peschel | |
2023-07-07 | Add suggestions for fixing this build when it breaks. | Mark Peschel | |
2023-07-07 | Remove "opt" instructions; rewrite target.lst for clarity. | Mark Peschel | |
2023-07-07 | Remove package split since this is never going in extra repo anyway. | Mark Peschel | |
2023-07-07 | Fix documentation bug should be target.lst not targets | Mark Peschel | |
2023-07-06 | Corrrect typo from targets.lst to target.lst (singular) | Mark Peschel | |
2023-07-06 | Merge branch 'master' of https://github.com/mpeschel10/tensorflow-amd-git | Mark Peschel | |
2023-07-06 | Explain targets.lst and why you must use it to build for uninstalled cards. | Mark Peschel | |