Get Started with the Intel® oneAPI Base Toolkit for Windows*
Intel® oneAPI Base Toolkit
To compile and run a sample:
Use the oneAPI CLI Samples Browser to browse the collection of online oneAPI samples. As you browse the oneAPI samples, you can copy them to your local disk as buildable sample projects. Most oneAPI sample projects are built using Make or CMake, so the build instructions are included as part of the sample in a README file. The oneAPI CLI utility is a single-file, stand-alone executable that has no dependencies on dynamic runtime libraries.
An internet connection is required to download the samples for oneAPI toolkits. For information on how to use this toolkit offline, see Developing with Offline Systems in the Troubleshooting section.
To watch a video presentation of how to create a project with the command line, see Exploring Intel® oneAPI Samples from the Command Line.
"C:\Program Files (x86)\Intel\oneAPI\setvars.bat"The command above assumes you installed to the default folder. If you customized the installation folder, setvars.bat is in your custom folder.
The setvars.bat script can also be managed using a configuration file, . For more details, see Using a Configuration File to Manage Setvars.bat. or see oneAPI Development Environment Setup for more configuration options.
oneapi-cli.exe
The oneAPI CLI menu appears:
After you select a sample, press Enter.
Press Tab to select Create, then press Enter:
See Explore Data Parallel C++ Through Samples to learn more.
MSBuild vector-add.sln /t:Rebuild /p:Configuration="Release"
vector-add.exe
A success message will appear.
See Explore Data Parallel C++ Through Samples to learn more.