toolchain - jimmytwei/oneAPI-samples GitHub Wiki

toolchain is an optional array field letting the IDE know which compiler to use for generating IntelliSense (Visual Studio) or Content Assist (Eclipse) hints. It is not used to specify the compiler that should be used for building the code sample project. The possible values are:

  • dpcpp
  • dpcpp-cl (Windows only)
  • cl (Windows only)
  • icx
  • icpx
  • clang
  • clang++
  • icc
  • icpc
  • ifx
  • ifort
  • gcc (Linux only)
  • g++ (Linux only)
  • jupyter

The toolchain field in your sample.json file should have a format similar to the following:

"toolchain": ["icpx"]