Skip to content

Is differentiating BLAS calls supported? #1250

Answered by ZuseZ4
roastduck asked this question in Q&A
Discussion options

You must be logged in to vote

There isn't any documentation right now, because I'm just writing it, once I'll finished all I will add some notes do the docs.
For the meantime I would not recommend using Blas+Enzyme for the C++ side. Unlike Enzyme.jl we don't have any fallback for not yet implemented functions. Thus if you start using any of the interesting functions it is pretty likely to fail.

I am currently testing quite a few new functions, once that's done we should hopefully have
scal, axpy, dot, gemv, ger, and gemm. Thanks to Tablegen other functions shouldn't take too long to add after that.
Are there any specific ones which you need?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tgymnich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1249 on June 03, 2023 10:13.