On 09/19/2016 07:08 PM, Vedran Miletić wrote:
> On 07/28/2016 07:52 AM, Francisco Jerez wrote:
>> Emil Velikov writes:
>>
>>> On 6 June 2016 at 00:02, Vedran Miletić wrote:
On 06/04/2016 04:18 AM, Francisco Jerez wrote:
>
> Serge Martin writes:
>
>> From: Vedran Miletić
>
On 07/28/2016 07:52 AM, Francisco Jerez wrote:
> Emil Velikov writes:
>
>> On 6 June 2016 at 00:02, Vedran Miletić wrote:
>>> On 06/04/2016 04:18 AM, Francisco Jerez wrote:
Serge Martin writes:
> From: Vedran Miletić
>
> Make sure that a struct argument did not get c
Emil Velikov writes:
> On 6 June 2016 at 00:02, Vedran Miletić wrote:
>> On 06/04/2016 04:18 AM, Francisco Jerez wrote:
>>>
>>> Serge Martin writes:
>>>
From: Vedran Miletić
Make sure that a struct argument did not get compiled into a pointer
type with the byval attribute.
On 6 June 2016 at 00:02, Vedran Miletić wrote:
> On 06/04/2016 04:18 AM, Francisco Jerez wrote:
>>
>> Serge Martin writes:
>>
>>> From: Vedran Miletić
>>>
>>> Make sure that a struct argument did not get compiled into a pointer
>>> type with the byval attribute. If we try to handle the pointer w
On 06/04/2016 04:18 AM, Francisco Jerez wrote:
Serge Martin writes:
From: Vedran Miletić
Make sure that a struct argument did not get compiled into a pointer
type with the byval attribute. If we try to handle the pointer with
byval, we end up with the pointer size instead of the struct size.
Serge Martin writes:
> From: Vedran Miletić
>
> Make sure that a struct argument did not get compiled into a pointer
> type with the byval attribute. If we try to handle the pointer with
> byval, we end up with the pointer size instead of the struct size.
>
Ugh, is that a bug in the code below?
From: Vedran Miletić
Make sure that a struct argument did not get compiled into a pointer
type with the byval attribute. If we try to handle the pointer with
byval, we end up with the pointer size instead of the struct size.
Struct arguments on AMD GPUs will work correctly once Clang gets patche