Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a matmul_02 test #2788

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Add a matmul_02 test #2788

merged 1 commit into from
Nov 2, 2023

Conversation

certik
Copy link
Contributor

@certik certik commented Nov 2, 2023

Fixes #2444.

@certik
Copy link
Contributor Author

certik commented Nov 2, 2023

matmul_02 just does not want to run at the CI:

663/663 Test #646: matmul_02 .........................Subprocess aborted***Exception:   0.15 sec
Size (n x n): n = 96
Iter = 1
Size MB: 3.51562500000000000e-02
Fortran intrinsic matmul:
Time:  5.29800000000000409e-03
Clock cycles per element:
Theoretical performance peak: 6.25000000000000000e-02 cycles
Measured:                     1.91623263888889070e+01 cycles
Percent peak:                 3.26160815402038173e-01 %

matmul7:
Error: 1.64040939e+02
Time:  9.39100000000000351e-03
Clock cycles per element:
Theoretical performance peak: 6.25000000000000000e-02 cycles
Measured:                     3.39662905092592737e+01 cycles
Percent peak:                 1.84005963156213315e-01 %

matmul1:
Error: 8.02753830e+01
Time:  2.74599999999999844e-03
Clock cycles per element:
Theoretical performance peak: 6.25000000000000000e-02 cycles
Measured:                     9.93200231481480778e+00 cycles
Percent peak:                 6.29278951201748482e-01 %
free(): invalid next size (normal)

@certik certik marked this pull request as draft November 2, 2023 19:58
@certik certik mentioned this pull request Nov 2, 2023
16 tasks
@certik certik merged commit 8a8bef5 into lfortran:main Nov 2, 2023
13 of 20 checks passed
@certik certik deleted the matmul2 branch November 2, 2023 20:51
@certik
Copy link
Contributor Author

certik commented Nov 2, 2023

I opened up #2792 for the missing part.

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.

matmul_01 test fails with LLVM backend
1 participant