mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 08:26:10 +00:00
Later same name .declare pragma will override previously defined one. This patch add a test case for that feature.
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
.declare X1 Base=g99.0 ElementSize=1 SrcRegion=<8,8,1> DstRegion=<1> Type=F
|
|
.declare X1 Base=g123.4 ElementSize=4 SrcRegion=<8,8,1> DstRegion=<1> Type=F
|
|
add g0<1>:f X1 1.23:f;
|
|
add g0<1>:f X1 g1<8,8,1>:f;
|
|
add X1 g0<8,8,1>:f g1<8,8,1>:f;
|