-
Notifications
You must be signed in to change notification settings - Fork 16
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
Some questions about the results. #9
Comments
Thanks for your question! |
Hi, thanks for the question and quick answer, and why there is a warning about "[Warning]: The matrix has been pruned in a wrong way. cusparseLtMatmul will not provide correct results" ? |
cusparseLtMatmul is used in SparTA where the 2:4 sparse Tensor cores are used. This warning occurs occasionally for some MatMul shapes when a sparse matrix is transformed into a 2:4 format. However, I did not see any wrong outputs nor did this warning affect the MatMul performance. Thus, I choose to ignore this warning and believe it is caused by some bugs within the cusparseLT library. If you find any method to solve this warning, please let me know. |
Hi,
![Screenshot from 2023-10-23 12-18-01](https://private-user-images.githubusercontent.com/17467736/277228964-afb1b073-d984-415d-b3a6-50975283b537.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzMwMTIsIm5iZiI6MTczOTE3MjcxMiwicGF0aCI6Ii8xNzQ2NzczNi8yNzcyMjg5NjQtYWZiMWIwNzMtZDk4NC00MTVkLWIzYTYtNTA5NzUyODNiNTM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3MzE1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEwYWI0MzdlZTI1YTE0ZjcyMDFiODE4YzIxODBjNjU4NWY4N2M5YjAyZGQwZTAzYTNhZTk2ODcxMTQ0Yzk3M2MmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UyyAG6wXeDCfMufJpPnlXnp0GDVljzsN7naDao1swKM)
Thanks for the good work!
Recently, I run the code in your repo (kernel benchmark) and find the following results.
I am curious about the meaning of "TotalError".
It seems that other than cublas_*, the rest of the implementaiton is not correct?
The text was updated successfully, but these errors were encountered: