OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1719 Discussions

ioc64 merge cl source files into one spirv for x64 and x86

wisboeck__gerald
Beginner
516 Views

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...

0 Kudos
1 Reply
Michael_C_Intel1
Moderator
516 Views

Hello GeraldW,

Thanks for the question.

Can you provide:

  • full command line(s) suggestions that coincide with your goals?
  • the full command line(s) of the case that worked.
  • the full command line(s) and output of the case that didn't work? Can you show any errors encountered?

Please see this recommendation here: 

https://software.intel.com/en-us/articles/ocl-issue-reporting-guide

...This would help determine how to proceed. Thanks.

-MichaelC

0 Kudos
Reply