You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenBLAS-dev
I want to apply sve in all the routines of level 2 tmartin-frbg told to rewrite/replace the gemv_n and gemv_t kernels listed in KERNEL.ARMV8SVE for level 2 routines. 1)These kernel functions are written in assembly language, will it work if I change the assembly code and apply sve in it ? And does modifying these two kernel functions will implement sve in all routines of level 2 ? 2)Is there any other way to implement sve in all routines of level 2 without modifying the assembly code?