Skip to content
Advertisement

Tag: xeon-phi

Vector Sum using AVX Inline Assembly on XeonPhi

I am new to use XeonPhi Intel co-processor. I want to write code for a simple Vector sum using AVX 512 bit instructions. I use k1om-mpss-linux-gcc as a compiler and want to write inline assembly. Here it is my code: However when I run the program, I’ve got segmentation fault from the asm part. Can somebody help me with that???

Advertisement