search for: b289d889

Displaying 2 results from an estimated 2 matches for "b289d889".

2017 Jul 01
0
LLC Segmentation Fault in Matrix Multiplication
...LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170701/b289d889/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: matn.c Type: text/x-csrc Size: 425 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170701/b289d889/attachment-0001.c> -------------- next part --...
2017 Jul 01
2
LLC Segmentation Fault in Matrix Multiplication
Can you attach your source code or .ll file? Have you tried a debug build of llc which might give a more readable stack dump or even an assertion message. ~Craig On Fri, Jun 30, 2017 at 10:51 PM, hameeza ahmed via llvm-dev < llvm-dev at lists.llvm.org> wrote: > It happens only when i keep my vector width to >=64, why is that so? > > I have to keep it >=64. Please suggest