-
Notifications
You must be signed in to change notification settings - Fork 151
add spmv rule #1310
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 spmv rule #1310
Conversation
|
I think I got the indexing right, but here I'd really prefer some actual julia tests that run against FD or others. |
| llvm::Type *BlasFPT, llvm::Type *BlasPT, | ||
| llvm::Type *BlasIT, llvm::Type *fpTy, | ||
| llvm::ArrayRef<llvm::Value *> args, | ||
| const llvm::ArrayRef<llvm::OperandBundleDef> bundles, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| const llvm::ArrayRef<llvm::OperandBundleDef> bundles, | |
| llvm::ArrayRef<llvm::OperandBundleDef> bundles, |
| result.append((Twine("d_") + name).str()); | ||
| } else { | ||
| result.append((Twine("arg_") + name).str()); | ||
| // result.append((Twine("fp_") + name).str()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we still need this?
Co-authored-by: Tim Gymnich <tgymnich@icloud.com>
|
it looks like this PR broke macOS CI |
No description provided.