Skip to content

Resolve internal issue #530: Integrate gemm-like example#82

Merged
12 commits merged into
303-develop-reference_dense-backendfrom
530-integrate-gemm
Sep 27, 2022
Merged

Resolve internal issue #530: Integrate gemm-like example#82
12 commits merged into
303-develop-reference_dense-backendfrom
530-integrate-gemm

Conversation

@ghost

@ghost ghost commented Sep 22, 2022

Copy link
Copy Markdown

No description provided.

Vladimir Dimic added 4 commits September 22, 2022 17:16
Add check of the numerical correctness
Move explicit constants to variables
Add debug prints
Test all combinations of transposed/non-transposed A and B
General improvements to the unit test.
Add asserts to check success of each operation.
Fix const-ness of input parameters in gemm_like_example.
@ghost
ghost requested review from djelovina and hidanielesgit September 22, 2022 15:26
Comment thread tests/unit/alp_gemm.cpp Outdated
constexpr double A_value = 2;
constexpr double B_value = 3;
constexpr double C_value = 4;
rc = rc ? rc : alp::set( A, alp::Scalar< double >( A_value ) );

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this (and next line) make it harder for us to assess the correct functioning of transposition?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented matrix initialization with random values.

@ghost
ghost requested review from djelovina and hidanielesgit September 27, 2022 09:29
@ghost
ghost merged commit 80de6fb into 303-develop-reference_dense-backend Sep 27, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants