On 22/10/2024 11:04, Tobias Burnus wrote:
Hi Andrew,
Andrew Stubbs wrote:
On 21/10/2024 20:49, Tobias Burnus wrote:
GCN_DEVICE field descriptions:
- 0 "name" (text, external)
+ 0 Generic flag/version (0 = non-generic, 1 to 255 = generic
version,
+ external)
I think
Hi Andrew,
Andrew Stubbs wrote:
On 21/10/2024 20:49, Tobias Burnus wrote:
GCN_DEVICE field descriptions:
- 0 "name" (text, external)
+ 0 Generic flag/version (0 = non-generic, 1 to 255 = generic
version,
+ external)
I think this should mention EF_AMDGPU_GENERIC_VERSI
On 21/10/2024 20:49, Tobias Burnus wrote:
I have now attached a proper version of my patch, which is relative to
your patch.
OK once your patch is in?
GCN_DEVICE field descriptions:
- 0 "name" (text, external)
+ 0 Generic flag/version (0 = non-generic, 1 to 255 = generic ve
I have now attached a proper version of my patch, which is relative to your
patch.
OK once your patch is in?
* * *
This adds -march=gfx10-3-generic and -march=gfx11-generic support to the
compiler,
permitting in principle to compile one binary for all gfx103x and gfx11xx GPUs,
respectively.