test: add alpha & beta tests for blas/base/dgemm#10709
Conversation
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Coverage Report
The above coverage report was generated for the changes in this PR. |
---
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: na
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: na
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: passed
- task: lint_javascript_benchmarks
status: na
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: na
- task: lint_c_examples
status: na
- task: lint_c_benchmarks
status: na
- 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
---
|
@MeKaustubh07 Would you mind reviewing this to determine whether the proposed tests are applicable and should be added? Cheers! |
|
@kgryte Yes, the proposed tests seems fairly applicable and should be added. I verified the fixture math and reran all tests locally, While tests for |
MeKaustubh07
left a comment
There was a problem hiding this comment.
Applied Suggestions from the code review
|
@MeKaustubh07 Once merged, we'll want to replicate the tests to the other |
Co-authored-by: Kaustubh Patange <kaustubh.mp007@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
|
@kgryte I will apply these changes in similar way for other |
|
Sounds good! Thanks! |
Description
All the tests for
blas/base/dgemmassumedα = 1andβ = 1which miss some critical functionality.From LAPACK: dgemm:
Checklist
AI Assistance
@stdlib-js/reviewers