Gina Sitaraman

Results 9 comments of Gina Sitaraman

In both hipBLAS and rocBLAS, there is a heavy overhead in the first DGEMM call. If rocBLAS is used, one could call rocblas_initialize() before any DGEMM call to avoid this...

Hi @kabicm , unfortunately, not yet. Would be great if we could get some help from some CMake experts. My attempts have been futile.

Another one: initializtion

Not this one: "initializtion" in https://rocm.docs.amd.com/projects/HIP/en/latest/old/user_guide/faq.html#can-hip-api-support-c-style-application-what-is-the-difference-between-c-and-c While you are at it, could you also fix this title: [What is maximum limit of kernel launching parameter?](https://rocm.docs.amd.com/projects/HIP/en/latest/old/user_guide/faq.html#what-is-maximum-limit-of-kernel-launching-parameter) to What are the maximum...

There may be many other typos. Is there a spell check program that we can run on our documentation pages?

Hi @alazzaro, @hfp, I see the following message in [the ROCm docs](https://rocm.docs.amd.com/projects/HIP/en/latest/doxygen/html/group___context.html): > On the AMD platform, context management APIs are deprecated as there are better alternate interfaces, such as...

@alazzaro , could you point me to all the functions that DBCSR is using but is deprecated now? Is there an error report from CI that I could refer to?

Hi @tomdeakin, @afanfa and I have made the changes requested. Please check and approve if everything looks okay. Thanks!