GPU is not detected
1 回表示 (過去 30 日間)
古いコメントを表示
I am trying to run the example code
Even though I am running on a GPU. I am getting an error
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/805774/image.png)
I have used the command gpuDevice. These are my GPU properties
gpuDevice
ans =
CUDADevice with properties:
Name: 'Tesla V100-SXM2-16GB'
Index: 1
ComputeCapability: '7.0'
SupportsDouble: 1
DriverVersion: 11.2000
ToolkitVersion: 11
MaxThreadsPerBlock: 1024
MaxShmemPerBlock: 49152
MaxThreadBlockSize: [1024 1024 64]
MaxGridSize: [2.1475e+09 65535 65535]
SIMDWidth: 32
TotalMemory: 1.6946e+10
AvailableMemory: 1.6009e+10
MultiprocessorCount: 80
ClockRateKHz: 1530000
ComputeMode: 'Default'
GPUOverlapsTransfers: 1
KernelExecutionTimeout: 0
CanMapHostMemory: 1
DeviceSupported: 1
DeviceAvailable: 1
DeviceSelected: 1
0 件のコメント
回答 (1 件)
Animesh Gupta
2022 年 9 月 1 日
Hello,
It is my understanding that you are unable to run the calibrate method for the dlquantizer object, although you have a GPU that is recognized by MATLAB.
There are certain prerequisites that we need to meet before we can quantize and deploy deep learning networks, e,g,, setting up the prerequisite products, ensuring that the compiler is compatible with our workflow amd the supported networks/classes/layers that we can quantize and deploy.
Hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Quantization, Projection, and Pruning についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!