Re: [Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls

2022-02-10 Thread Casey Bowman
On 2/10/22 03:10, Tvrtko Ursulin wrote: On 09/02/2022 05:25, Casey Bowman wrote: On 2/7/22 07:36, Tvrtko Ursulin wrote: On 20/01/2022 22:16, Casey Bowman wrote: In this RFC I would like to ask the community their thoughts on how we can best handle splitting architecture-specific calls. I

Re: [Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls

2022-02-10 Thread Tvrtko Ursulin
On 09/02/2022 05:25, Casey Bowman wrote: On 2/7/22 07:36, Tvrtko Ursulin wrote: On 20/01/2022 22:16, Casey Bowman wrote: In this RFC I would like to ask the community their thoughts on how we can best handle splitting architecture-specific calls. I would like to address the following: 1.

Re: [Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls

2022-02-08 Thread Casey Bowman
On 2/7/22 07:36, Tvrtko Ursulin wrote: On 20/01/2022 22:16, Casey Bowman wrote: In this RFC I would like to ask the community their thoughts on how we can best handle splitting architecture-specific calls. I would like to address the following: 1. How do we want to split architecture calls?

Re: [Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls

2022-02-08 Thread Casey Bowman
On 2/7/22 05:02, Jani Nikula wrote: On Thu, 20 Jan 2022, Casey Bowman wrote: In this RFC I would like to ask the community their thoughts on how we can best handle splitting architecture-specific calls. I would like to address the following: 1. How do we want to split architecture calls? Di

Re: [Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls

2022-02-07 Thread Tvrtko Ursulin
On 20/01/2022 22:16, Casey Bowman wrote: In this RFC I would like to ask the community their thoughts on how we can best handle splitting architecture-specific calls. I would like to address the following: 1. How do we want to split architecture calls? Different object files per platform? Sep

Re: [Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls

2022-02-07 Thread Jani Nikula
On Thu, 20 Jan 2022, Casey Bowman wrote: > In this RFC I would like to ask the community their thoughts > on how we can best handle splitting architecture-specific > calls. > > I would like to address the following: > > 1. How do we want to split architecture calls? Different object files > per pl

Re: [Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls

2022-02-03 Thread Casey Bowman
CC'ing more reviewers for comments. On 1/20/22 14:16, Casey Bowman wrote: In this RFC I would like to ask the community their thoughts on how we can best handle splitting architecture-specific calls. I would like to address the following: 1. How do we want to split architecture calls? Differen

[Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls

2022-01-20 Thread Casey Bowman
In this RFC I would like to ask the community their thoughts on how we can best handle splitting architecture-specific calls. I would like to address the following: 1. How do we want to split architecture calls? Different object files per platform? Separate function calls within the same object f