[split] BFI_INT from OpenCL
#3
(12-15-2010, 09:09 AM)atom Wrote: well i tried it with a simple opencl kernel where i put in the bitselect() but in the resulting .isa code there is no BFI_INT so i guess its not using it.

clc compiles C into IL and then calclCompile() used for IL to ISA compilation. As there no BFI_INT at IL level it isn't possible to use bitselect() in an intended way. Can only say "thanks" to ATI again.
Reply


Messages In This Thread
[split] BFI_INT from OpenCL - by gat3way - 12-15-2010, 12:21 AM
RE: [split] BFI_INT from OpenCL - by gat3way - 12-17-2010, 10:02 AM
RE: [split] BFI_INT from OpenCL - by Dalibor - 12-17-2010, 03:17 PM
RE: AMD Stream 2.3 SDK released - by atom - 12-15-2010, 09:09 AM
RE: AMD Stream 2.3 SDK released - by IvanG - 12-15-2010, 05:48 PM
RE: AMD Stream 2.3 SDK released - by atom - 12-15-2010, 07:33 PM
RE: AMD Stream 2.3 SDK released - by IvanG - 12-15-2010, 08:24 PM
RE: AMD Stream 2.3 SDK released - by atom - 12-15-2010, 09:22 PM
RE: AMD Stream 2.3 SDK released - by gat3way - 12-15-2010, 11:06 PM
RE: AMD Stream 2.3 SDK released - by Dalibor - 12-16-2010, 04:21 PM