A/I #26
未完了oneAPIをインストールしてHelloWorldを実行する
開発 次郎 さんが7日前に更新 · 編集済み
Configure a Windows System After Installation¶
グラフィックドライバーをインストールする
- Download the Intel® Driver & Support Assistant (Intel® DSA) by following the link and clicking Download now. The Intel DSA tool will help you identify and install the correct driver for your system.
リンクをクリックし、「今すぐダウンロード」を選択して、インテル® ドライバー&サポート アシスタント(インテル® DSA)をダウンロードしてください。インテル DSA ツールは、お使いのシステムに適切なドライバーを特定しインストールするのに役立ちます。- Intel-Driver-and-Support-Assistant-Installer.exe
- 「インテル(R)ドライバー&サポート・アシスタントのセットアップ」が始まる
- 2つのドライバーが更新できるとの表示
- なにもインストールせずに終了
- Intel-Driver-and-Support-Assistant-Installer.exe
- Run the Intel® DSA, and then follow the on-screen prompts to install the latest version of Intel Graphics - Windows 10 or 11 DCH Drivers.
リンクをクリックし、「今すぐダウンロード」を選択して、インテル® ドライバー&サポート アシスタント(インテル® DSA)をダウンロードしてください。インテル DSA ツールは、お使いのシステムに適切なドライバーを特定しインストールするのに役立ちます。
- To troubleshoot any installation issues or to manually install a driver without the use of the Intel DSA, see How to Install an Intel® Graphics Driver in Windows® 10 & Windows 11*.
インストールに関する問題のトラブルシューティング、またはインテル DSA を使用せずにドライバーを手動でインストールするには、「Windows® 10 および Windows 11* でのインテル® グラフィックス ドライバーのインストール方法」を参照してください。
開発 次郎 さんが7日前に更新 · 編集済み
Run Sample Code to Verify Installation¶
Visual Studiodではなく、 推奨されているCommand Line Browser を試す。
- Create a folder where you want to store your sample. For example, C:\samples\vector-add
サンプルを保存したい場所にフォルダを作成してください。例:C:\samples\vector-add - Open a command window.
コマンドウィンドウを開く。 - Set system variables by running setvars. There are two variants for component directory and unified directory layouts.
システム変数はsetvarsを実行して設定します。コンポーネントディレクトリと統一ディレクトリレイアウトの2種類があります。 - 環境変数設定閉じる
D:\temp\samples\vector-add>"D:\Tools\oneAPI\setvars.bat" && powershell
:: initializing oneAPI environment...
Initializing Visual Studio command-line environment...
:: WARNING: Visual Studio was not found in a standard install location:
"C:\Program Files\Microsoft Visual Studio\<Year>\<Edition>" or
"C:\Program Files (x86)\Microsoft Visual Studio\<Year>\<Edition>"
Set the VS2019INSTALLDIR or VS2022INSTALLDIR environment variable to
point to your install location and try again. For example, if you
are using the VS 2022 Build Tools, do the following:
set "VS2022INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools"
"C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
Visual Studio command-line environment was not configured.
: advisor -- latest
: compiler -- latest
: dal -- latest
: debugger -- latest
: dev-utilities -- latest
: dnnl -- latest
: dpcpp-ct -- latest
:: WARNING: Visual Studio was not found in the standard installation location:
"C:\Program Files\Microsoft Visual Studio\<Year>\<Edition>" or
"C:\Program Files (x86)\Microsoft Visual Studio\<Year>\<Edition>"
Set the VS2017INSTALLDIR or VS2019INSTALLDIR or VS2022INSTALLDIR
environment variable to point to your install location and try again.
: dpl -- latest
: ipp -- latest
: ippcp -- latest
: mkl -- latest
: ocloc -- latest
: pti -- latest
: tbb -- latest
: umf -- latest
: vtune -- latest
:: oneAPI environment initialized ::
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.