Displaying 15 results from an estimated 15 matches for "samual".
2016 Feb 18
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...u currently only supports having the kernel
in TGSI).
The problem is that RES no longer is a valid register-file
name in TGSI, specifically this is caused by this commit:
https://cgit.freedesktop.org/mesa/mesa/commit?id=8cc9a8aa2a97ca9e7a36a993954a3480d44c13d3
(no surprises there)
I noticed that Samual adds TGSI_FILE_MEMORY support here:
https://cgit.freedesktop.org/mesa/mesa/commit?id=a8328e3a50169c3c74656df7f63f56f061d9e751
But this does not seem to be hooked up yet for nouveau.
So some questions:
-The commit by Samual says:
This introduces TGSI_FILE_MEMORY for shared, global and local memo...
2015 Nov 20
4
NV50 compute support questions
Hi Samual, et al,
In http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
you write: "This compute support has been tested by
Pierre Moreau and myself with some compute kernels."
Can you provide testing instructions (and the
necessar...
2015 Nov 20
2
NV50 compute support questions
Hi,
On 20-11-15 17:07, Samuel Pitoiset wrote:
>
>
> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>> Hi Samual, et al,
>
> Hi Hans,
>
>>
>> In
>> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
>>
>> you write: "This compute support has been tested by
>> Pierre Moreau and myself with some c...
2015 Nov 20
0
NV50 compute support questions
On 11/20/2015 11:36 AM, Hans de Goede wrote:
> Hi Samual, et al,
Hi Hans,
>
> In
> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
>
> you write: "This compute support has been tested by
> Pierre Moreau and myself with some compute kernels."
>
> Can y...
2015 Nov 23
0
NV50 compute support questions
On 11/20/2015 05:29 PM, Hans de Goede wrote:
> Hi,
>
> On 20-11-15 17:07, Samuel Pitoiset wrote:
>>
>>
>> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>>> Hi Samual, et al,
>>
>> Hi Hans,
>>
>>>
>>> In
>>> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
>>>
>>>
>>> you write: "This compute support has been tested by...
2016 Feb 19
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...;hdegoede at redhat.com> wrote:
>> But this does not seem to be hooked up yet for nouveau.
>
> Samuel has patches. See
> https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
Cool, I will take a look at those.
>> So some questions:
>> -The commit by Samual says:
>> This introduces TGSI_FILE_MEMORY for shared, global and local memory. Only
>> shared memory is currently supported.
>>
>> The commit introduces MEMORY[x] and MEMORY[x],SHARED so in reality it also
>> introduces
>> a second option next to shared, so...
2016 Feb 18
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
On Thu, Feb 18, 2016 at 9:45 AM, Hans de Goede <hdegoede at redhat.com> wrote:
> But this does not seem to be hooked up yet for nouveau.
Samuel has patches. See
https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
>
> So some questions:
> -The commit by Samual says:
> This introduces TGSI_FILE_MEMORY for shared, global and local memory. Only
> shared memory is currently supported.
>
> The commit introduces MEMORY[x] and MEMORY[x],SHARED so in reality it also
> introduces
> a second option next to shared, so what are we going to use p...
2016 Feb 19
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...this does not seem to be hooked up yet for nouveau.
>>
>>
>> Samuel has patches. See
>> https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
>
>
> Cool, I will take a look at those.
>
>>> So some questions:
>>> -The commit by Samual says:
>>> This introduces TGSI_FILE_MEMORY for shared, global and local memory.
>>> Only
>>> shared memory is currently supported.
>>>
>>> The commit introduces MEMORY[x] and MEMORY[x],SHARED so in reality it
>>> also
>>> introduces...
2015 Nov 25
4
NV50 compute support questions
Hi,
On 20-11-15 17:07, Samuel Pitoiset wrote:
>
>
> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>> Hi Samual, et al,
>
> Hi Hans,
>
>>
>> In
>> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
>>
>> you write: "This compute support has been tested by
>> Pierre Moreau and myself with some c...
2016 Feb 22
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...for nouveau.
>>>
>>>
>>> Samuel has patches. See
>>> https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
>>
>>
>> Cool, I will take a look at those.
>>
>>>> So some questions:
>>>> -The commit by Samual says:
>>>> This introduces TGSI_FILE_MEMORY for shared, global and local memory.
>>>> Only
>>>> shared memory is currently supported.
>>>>
>>>> The commit introduces MEMORY[x] and MEMORY[x],SHARED so in reality it
>>>> al...
2015 Nov 26
2
NV50 compute support questions
...'m working on the fermi case btw.
Great, thanks.
Regards,
Hans
> On 11/25/2015 03:43 PM, Hans de Goede wrote:
>> Hi,
>>
>> On 20-11-15 17:07, Samuel Pitoiset wrote:
>>>
>>>
>>> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>>>> Hi Samual, et al,
>>>
>>> Hi Hans,
>>>
>>>>
>>>> In
>>>> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
>>>>
>>>>
>>>> you write: "This...
2015 Nov 26
0
NV50 compute support questions
...m/tests/trivial/compute.c pass on GK106, except the atomic
ones. I'm working on the fermi case btw.
On 11/25/2015 03:43 PM, Hans de Goede wrote:
> Hi,
>
> On 20-11-15 17:07, Samuel Pitoiset wrote:
>>
>>
>> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>>> Hi Samual, et al,
>>
>> Hi Hans,
>>
>>>
>>> In
>>> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
>>>
>>>
>>> you write: "This compute support has been tested by...
2015 Nov 26
0
NV50 compute support questions
...; Regards,
>
> Hans
>
>
>
>> On 11/25/2015 03:43 PM, Hans de Goede wrote:
>>> Hi,
>>>
>>> On 20-11-15 17:07, Samuel Pitoiset wrote:
>>>>
>>>>
>>>> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>>>>> Hi Samual, et al,
>>>>
>>>> Hi Hans,
>>>>
>>>>>
>>>>> In
>>>>> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
>>>>>
>>>>>
>&g...
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...t;>
>>>> Samuel has patches. See
>>>> https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
>>>
>>>
>>> Cool, I will take a look at those.
>>>
>>>>> So some questions:
>>>>> -The commit by Samual says:
>>>>> This introduces TGSI_FILE_MEMORY for shared, global and local
>>>>> memory.
>>>>> Only
>>>>> shared memory is currently supported.
>>>>>
>>>>> The commit introduces MEMORY[x] and MEMORY[x],SH...
2015 Nov 25
0
NV50 compute support questions
On 11/25/2015 03:43 PM, Hans de Goede wrote:
> Hi,
>
> On 20-11-15 17:07, Samuel Pitoiset wrote:
>>
>>
>> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>>> Hi Samual, et al,
>>
>> Hi Hans,
>>
>>>
>>> In
>>> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
>>>
>>>
>>> you write: "This compute support has been tested by...