can find my GPU p3.2xlarge

0

Hi

I launched a p3.2xlarge on windows server. I dont find any GPU in that instance where is it ?

Kaiji

kaiji
質問済み 4ヶ月前300ビュー
2回答
1

You might need to install the NVIDIA drivers to enable the operating system to recognize and use the GPU's capabilities.

When you launch a p3.2xlarge instance on Windows Server, the physical GPU hardware is already present and connected to the instance, but the operating system doesn't have the necessary software to interact with it yet.

After installed driver, you can use nvidia-smi to view its status and utilization.

You can find some information about NVIDIA dirver here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-nvidia-driver.html

profile picture
回答済み 4ヶ月前
0

You will need to install NVIDIA driver. Refer to Install NVIDIA drivers on Windows instances, Public NVIDIA Driver for instructions.

Alternatively, the blog Building a high-performance Windows workstation on AWS for graphics intensive applications may help. It provides step-by-step instructions for launching Windows GPU instances, and includes a CloudFormation template that install NICE DCV server for remote access, and GPU drivers.

With the CloudFormation template, specify p3.2xlarge for instanceType, and NVIDIA-Tesla for driverType. Screenshot below

Enter image description here

AWS
エキスパート
Mike_L
回答済み 3ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ