Songchen Tan

Results 22 comments of Songchen Tan

Just went though compiler.jl, this should be straightfoward. will do it

> You can remove `obsidian` from your plugin id, its unecessary. > > As there are already 4 Anki plugins in the list I would recommend adding some more text...

@joethei All requested changes are addressed in the latest version. Please check this plugin again at your convenience.

What is the status on image support @alvis ? If you haven't started maybe I can try to make a PR on that?

Thanks for your super fast response! Upgraded to v1.2 and it worked like a charm

There is already a fallback BLAS that should be able to handle `sgemv` kernel in `Enzyme.jl` which we can have a try. If it doesn't work then there may be...

The test passed for higher versions of LLVM but not for lower versions, and I think this is because I generated this .ll file with LLVM 13. @wsmoses Could you...

> > The test passed for higher versions of LLVM but not for lower versions, and I think this is because I generated this .ll file with LLVM 13. @wsmoses...

I uploaded the implementation of level 1 routines and level 2 gemv, but the test system is not working on my computer, I will fix it and add test cases...