Hello,
I am trying to implement the xblas_gemv similar to xblas_gemm and use it to accelerate a genomics tool. And was hoping to get the code changes reviewed as the test is not working as expected.
Here is the related code changes in my clone.
- XBLAS_GEMV Implementation: ramcn/gemxx-2017@6295836
- XBLAS_GEMV Test case: ramcn/gemxx-2017@899b54a
When I run the test case gemv_xblas_main.cpp, the resultant matrix C is all zeroes and I am unable to figure out what the issue is. It will be great if the gemx developers can spot anything obviously wrong with the above implementation.
Thank you,
Ram
Hello,
I am trying to implement the xblas_gemv similar to xblas_gemm and use it to accelerate a genomics tool. And was hoping to get the code changes reviewed as the test is not working as expected.
Here is the related code changes in my clone.
When I run the test case gemv_xblas_main.cpp, the resultant matrix C is all zeroes and I am unable to figure out what the issue is. It will be great if the gemx developers can spot anything obviously wrong with the above implementation.
Thank you,
Ram