feat: add C and fortran implmentation of blas/base/dgemm#11332
feat: add C and fortran implmentation of blas/base/dgemm#11332DhruvArvindSingh wants to merge 8 commits intostdlib-js:developfrom
blas/base/dgemm#11332Conversation
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: passed
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: passed
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: passed
- task: lint_javascript_benchmarks
status: passed
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: missing_dependencies
- task: lint_c_examples
status: missing_dependencies
- task: lint_c_benchmarks
status: missing_dependencies
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: passed
- task: lint_typescript_tests
status: na
- task: lint_license_headers
status: passed
---
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
Hey @kgryte , so i implemented this by taking reference from the |
|
@DhruvArvindSingh As in the |
|
Hey @kgryte i have fixed the fortran build issue by doing the following :
The compile() function was also simplified: it now always passes SOURCE_FILES to make (the conditional branch was removed), and main() calls resolve_source_files to populate source_files when none were provided on the command line. |
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes. report:
Progresses #2039 .
Description
This pull request:
blas/base/dgemmalong with tests and benchmarks.Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers