I have two opencl source files. a.cl and b.cl I can compile them both into four spirv's. Is it possible to compile both into two spirv's? I have tried to compile them into .ir's then link them into one .ir and then build again to -spirv32="end.spirv" but that didn't work...
↧