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

BLAS scal and trsv benchmarks #201

Merged
merged 6 commits into from
Mar 28, 2019
Merged

BLAS scal and trsv benchmarks #201

merged 6 commits into from
Mar 28, 2019

Conversation

abdouskamel
Copy link
Contributor

Hello,

Here you can find benchmarks for two BLAS operations : scal and trsv.

SCAL implements multiplication of a scalar and a vector and TRSV solving triangular linear problems.

I have tried to do vectorization for the TRSV algorithm, but didn't managed to. I have posted a related issue here #197.

Thank you.

Copy link
Collaborator

@rbaghdadi rbaghdadi left a comment

Choose a reason for hiding this comment

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

Thanks Abdous. The code seems to be quite good.

Can you remove the files generated_scal.o.h generated_trsv.o.h from your commit? These files are generated automatically and therefore should not need to be stored on git.

Other than this, I think the commit is ready for merging.

@abdouskamel
Copy link
Contributor Author

@rbaghdadi Done. :)

@rbaghdadi rbaghdadi merged commit c8cc02b into Tiramisu-Compiler:master Mar 28, 2019
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