search for: pimmatnl_64_u32_o3

Displaying 3 results from an estimated 3 matches for "pimmatnl_64_u32_o3".

2017 Jul 01
2
LLC Segmentation Fault in Matrix Multiplication
Hello, when i used clang for matrix multiplication code with i=j=k=1000351, it successfully generates IR. then i run opt as follows opt -S -O3 -force-vector-width=64 -force-vector-interleave=32 matn.ll -o pimmatnl_64_u32_o3.ll it also worked fine. but when i run llc on the optimized .ll file llc -x86-asm-syntax=intel pimmatnl_64_u32_o3.ll -o matnl-knl4_intel.s i get the following segmentation fault error: #0 0x0000000001826ad8 (llc+0x1826ad8) #1 0x0000000001824aae (llc+0x1824aae) #2 0x0000000001824bfc (llc+0x1824b...
2017 Jul 01
2
LLC Segmentation Fault in Matrix Multiplication
...d2305 at gmail.com> > wrote: > >> Hello, >> >> when i used clang for matrix multiplication code with i=j=k=1000351, it >> successfully generates IR. then i run opt as follows >> opt -S -O3 -force-vector-width=64 -force-vector-interleave=32 matn.ll -o >> pimmatnl_64_u32_o3.ll >> >> it also worked fine. but when i run llc on the optimized .ll file >> >> llc -x86-asm-syntax=intel pimmatnl_64_u32_o3.ll -o matnl-knl4_intel.s >> >> i get the following segmentation fault error: >> >> #0 0x0000000001826ad8 (llc+0x1826ad8) >...
2017 Jul 01
0
LLC Segmentation Fault in Matrix Multiplication
...wrote: >> >>> Hello, >>> >>> when i used clang for matrix multiplication code with i=j=k=1000351, it >>> successfully generates IR. then i run opt as follows >>> opt -S -O3 -force-vector-width=64 -force-vector-interleave=32 matn.ll >>> -o pimmatnl_64_u32_o3.ll >>> >>> it also worked fine. but when i run llc on the optimized .ll file >>> >>> llc -x86-asm-syntax=intel pimmatnl_64_u32_o3.ll -o matnl-knl4_intel.s >>> >>> i get the following segmentation fault error: >>> >>> #0 0x00000...