We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discussing on block dense MKL multiplication (no batch, explicit loop) compare with MKL sparseXdense multiplication. 32 bit.
Dense matrix (rectangular, progressively larger 2,4,8,...)
verify multiplication correctness.
Test various small graphs (small RMAT 2^8, facebook, nonsymm small MM). Not for benchmark purposes.
add timing.
Flag per intel_mkl
Add picture of density blocks
Code clean up e.g. removing obj file and CUDA SDK dependencies
The text was updated successfully, but these errors were encountered:
Merge pull request #1 from paolosyloslabini/object-based
61417c4
Basic API
paolosyloslabini
No branches or pull requests
Discussing on block dense MKL multiplication (no batch, explicit loop) compare with MKL sparseXdense multiplication. 32 bit.
Dense matrix (rectangular, progressively larger 2,4,8,...)
verify multiplication correctness.
Test various small graphs (small RMAT 2^8, facebook, nonsymm small MM). Not for benchmark purposes.
add timing.
Flag per intel_mkl
Add picture of density blocks
Code clean up e.g. removing obj file and CUDA SDK dependencies
The text was updated successfully, but these errors were encountered: