Open GoogleCodeExporter opened 9 years ago
Hi Brian
(Copying our offline discussion here)
Not really sure what to say.
Aparapi does not support vector types (it could, but does not at present) so it
will not generate HSAIL vector instructions.
Looks like you are trying to use Renderscripts representation types with
Aparapi to 'force it' to use vector types... That is not going to work.
Renderscript only uses these as 'holders' for passing off to ScriptC_XXXX
generated API's for binding to Renderscript's 'real' float4 type.
You might have more success adding your own vector types, and trying to map
these to HSAIL by changing the Assembler.
Original comment by frost.g...@gmail.com
on 13 Apr 2015 at 4:16
Original issue reported on code.google.com by
brian780...@gmail.com
on 13 Apr 2015 at 3:52Attachments: