mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
- RBP is base pointer which points to base of current stack frame. ASAN tool rely on rbp and rsp for stack related validations. So over-writting or modifying RBP register results in application termination with the error code of stack overflow. - Removed all the code snippets which were using rbp register for prefetching matrices and sometimes loading elements from memory in all of the gemm sup kernels for double datatype. - Removed reference to rbp from register clobber list as well to completely avoid the usage of rbp register. AMD-Internal: [CPUPL-2613, CPUPL-2587] Change-Id: Idd402d3c644c4dd66e8d4988aede539ad8c77b28