mirror of
https://github.com/amd/blis.git
synced 2026-05-25 02:44:31 +00:00
CMakelists.txt is updated to support ASAN to find memory related errors in blis library. ASAN is enabled by configuring cmake with the following option . $ cmake .. -DENABLE_ASAN=ON ASAN supports only on linux with clang compiler. And redzone size default size is 16 bytes and maximum redzone size is 2048 bytes. $ ASAN_OPTIONS=redzone=2048 <exe> AMD-Internal: [CPUPL-2748] Change-Id: I0b70af5c41cf5c68602150daeb67d7432bbe5cb8