forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
toolchain
Jimmy Wei edited this page Mar 11, 2023
·
6 revisions
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"]