-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Internal: Try new link checker * Internal: Add codespell and fix typos. * Internal: See if codespell precommit finds config. * Internal: Found config. Now enable reading it * MATLAB: Add initial support for more matlab support. * DEV: Updating contributing doc for more details on adding a tutorial * Fix internal calls to avoid fortran warnings in tutorials * Update one tutorial with "F" order to avoid warnings. * Check doctests for Fortran ordering warnings * Add tests to verify dense tensor ops return arrays with the correct memory layout: * Only required fixing mttkrp and double * Add a note about memory layout at top level high visibility areas * Add small utility for memory layout management * TTENSOR: Propagate order * Assumes core ordering is correct * KTENSOR: Propagate order * TENMAT: Propagate order * SPTENSOR: Propagate order * Ensure fortran order for data returned but not index arrays * SPTENMAT: Propagate order * Doesn't return arrays so minimal changes needed? * SUMTENSOR: Propagate order * Mostly calls the ops from its parts * Plumb through order printout * Remove global warnings filter * See if anything blows up Closes #368
- Loading branch information
1 parent
7e97fea
commit a508707
Showing
24 changed files
with
870 additions
and
406 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.