Add output.testsuite to .gitignore since it isn't matched by output.testsuite.*#736
Merged
fgvanzee merged 1 commit intoflame:masterfrom Apr 3, 2023
leekillough:ignore.output.testsuite
Merged
Add output.testsuite to .gitignore since it isn't matched by output.testsuite.*#736fgvanzee merged 1 commit intoflame:masterfrom leekillough:ignore.output.testsuite
fgvanzee merged 1 commit intoflame:masterfrom
leekillough:ignore.output.testsuite
Conversation
Collaborator
Author
|
ping @fgvanzee |
Member
|
Thanks @leekillough! |
leekillough
added a commit
to leekillough/blis
that referenced
this pull request
Jun 7, 2023
Details: - Added `output.testsuite` to .gitignore since it was previously not being matched by `output.testsuite.*`.
ct-clmsn
pushed a commit
to ct-clmsn/blis
that referenced
this pull request
Jul 29, 2023
Details: - Added `output.testsuite` to .gitignore since it was previously not being matched by `output.testsuite.*`.
fgvanzee
added a commit
that referenced
this pull request
May 22, 2024
- (cherry picked from 593d017) CREDITS file update. Details: - Added attributions associated with commits: - 98d4678 9b1beec: @bartoldeman - 2b05948 059f151: @ct-clmsn - Reordered attirubtion for @decandia50. - (cherry picked from 259f684) Optionally disable thread-local storage. (#735) Details: - Implemented a new configure option, --disable-tls, which allows the user to optionally disable the use of thread-local storage qualifiers on static variables in BLIS. This option will rarely be needed, but in some situations may allow BLIS to compile when TLS is unavailable. Thanks to Nick Knight for suggesting this option. - Unlike the --disable-system option, --disable-tls does not forcibly disable threading. Instead, warnings of the possible consequences of using threading with TLS disabled are added to: - the output of './configure --help'; - the output of 'configure' the --disable-tls option is parsed; - the informational header output by the testsuite. Thanks to Minh Quan Ho for suggesting these warnings. - Modified frame/include/bli_lang_defs.h so that BLIS_THREAD_LOCAL is defined to nothing when BLIS_ENABLE_TLS is not defined. - Defined bli_info_get_enable_tls(), which returns whether the cpp macro BLIS_ENABLE_TLS was defined. - Edited --disable-system configure status output for clarity. - Whitespace updates. - (cherry picked from aea8e1d) Add output.testsuite to .gitignore (#736) Details: - Added `output.testsuite` to .gitignore since it was previously not being matched by `output.testsuite.*`. - (cherry picked from 3f1432a) Added mm_algorithm pdf files (bp and pb). Details: - Added PDF versions of the PowerPoint files added in 17cd260. - (cherry picked from 38fc523) Added mm_algorithm pptx files (bp and pb). Details: - Added two PowerPoint files that contain slides depicting the classic Goto algorithm for matrix multiplication as well as its sister "panel-block" algorithm. These files reside in docs/diagrams. - (cherry picked from 17cd260) Move -fPIC insertion to subconfigs' make_defs.mk. (#738) Details: - Previously, common.mk was appending -fPIC to the CPICFLAGS variables set within the various subconfigurations' make_defs.mk files. This seemed somewhat unintuitive, and so now the -fPIC flag is assigned to the various subconfigs' CPICFLAGS variables in the respective make_defs.mk files. - This also commit changes the logic in common.mk so that instead of appending, the variable is overwritten, but now *only* in the case of Windows (since apparently -fPIC needs to be omitted there). Thanks to Nick Knight for catching and reporting this weirdness. - (cherry picked from 9d778e0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
output.testsuiteto.gitignoresince it isn't matched byoutput.testsuite.*. I accidentally addedoutput.testsuitein a commit withgit add .after a test run.