https://bugs.freedesktop.org/show_bug.cgi?id=108272 --- Comment #5 from Jan Vesely --- These look like two separate problems. The luxmark failure is known. Luxmark requires more than 22 global buffers currently supported by radeonsi. without asserts (src/gallium/drivers/radeonsi/si_compute.c:298) it accesses the global buffer array out of bounds. just bumping MAX_GLOBAL_BUFFERS to 32 allows luxmark to run, albeit still with many incorrect pixels -- libclc rounding conversions are incorrect. The second problem is harder to assess. since platform evaluation works OK with clinfo. the failure seems to be in llvm initialization code. Is IndigoBenchmark linking to LLVM (directly or via OpenGL)? if yes, is it linked to the same version as clover? -- You are receiving this mail because: You are the assignee for the bug.