-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add build script for venado hackathon * Add preliminary method to set matrix size * Add build scripts for hackathon * Add bml_transpose_inplace Fortran subroutine * Modify Fortran bml_transpose API to match the C interface * Modify tests to use new transpose API * Venado build modifications * Move build scripts to scripts/ dir * Expose dense matrix pointer using bml_get_ptr_dense * New introspection methods o Back out bml_get_ptr_dense() from bml_getters o Write fortran wrapper for existing bml_get_data_ptr_dense() method o Write new bml_get_ld_dense() to enable magma matrix pointer use * Remove LANL-specific build scripts * Remove an additional LANL specific build script * Add N_allocated and check in bml_set_N_dense * Reallocate if bml_set_N_dense fails test * Remove LANL-specific build script * Fix linter issues * Fix syntax error in workflow (#758) Signed-off-by: Nicolas Bock <[email protected]> * Update GitHub checkout action (#757) Signed-off-by: Nicolas Bock <[email protected]> * Add yaml extension to dev container (#756) Helpful when editing workflow files. Signed-off-by: Nicolas Bock <[email protected]> * Add another VSCode extension to container (#759) Signed-off-by: Nicolas Bock <[email protected]> * Update version of artifact action (#761) Signed-off-by: Nicolas Bock <[email protected]> * Update compiler for OS X runner (#762) Signed-off-by: Nicolas Bock <[email protected]> * Linter fix --------- Signed-off-by: Nicolas Bock <[email protected]> Co-authored-by: Nicolas Bock <[email protected]>
- Loading branch information
1 parent
bda9a9a
commit f386348
Showing
12 changed files
with
127 additions
and
6 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
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