This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Intel oneAPI Environment Setup for Windows (PowerShell) | |
# | |
# By default, Intel oneAPI requires running .bat scripts, which isn't that ideal as | |
# 1. most Windows environments now use Powershell as their default shells and | |
# 2. having to run the script everytime is really annoying. | |
# This script sets up the Intel oneAPI environment variables for the current PowerShell session | |
# It's designed to replace the functionality of setvars.bat from Intel oneAPI | |
# You can run this script without any argument. | |
# |