Re: [Mesa-dev] [clover] Compilation of latest 'libclc git' with LLVM 11.0.0git need ROCm?! - Didn't hit that ever before.

2020-04-15 Thread Arsenault, Matthew
Nützel Sent: Tuesday, April 14, 2020 8:25 PM To: Mesa Devel Cc: Jan Vesely ; Arsenault, Matthew ; Alexander Kornienko Subject: [clover] Compilation of latest 'libclc git' with LLVM 11.0.0git need ROCm?! - Didn't hit that ever before. [CAUTION: External Email] Hello Jan, hello

Re: [Mesa-dev] Error: unsupported relocations

2019-06-04 Thread Arsenault, Matthew
I don't see the code question, but I do see uses of the "inline" keyword in ImageMagick. C99 inline does not mean what everyone seems to think it means, and is not really a demand or even request to inline the function. For example at -O1 on x86, this gives: inline void bar(global int* arg) {

Re: [Mesa-dev] [PATCH 2/2] [RFC] radv: add scratch support for spilling.

2016-10-11 Thread Arsenault, Matthew
016 at 11:42, Dave Airlie wrote: >>>> On 11 October 2016 at 05:50, Dave Airlie wrote: >>>>> On 10 October 2016 at 21:45, Arsenault, Matthew >>>>> wrote: >>>>>> I don't like adding explicit IR arguments for ABI arguments, >>>>

Re: [Mesa-dev] [PATCH 2/2] [RFC] radv: add scratch support for spilling.

2016-10-10 Thread Arsenault, Matthew
t and then codegen would have to fail in some way when the argument is missing _ From: Nicolai Hähnle mailto:nhaeh...@gmail.com>> Sent: Monday, October 10, 2016 16:07 Subject: Re: [Mesa-dev] [PATCH 2/2] [RFC] radv: add scratch support for spilling. To: Ar