MATLAB PARALLEL COMPUTING TOOLBOX - S Guía de usuario Pagina 277

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 656
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 276
Identify and Select a GPU Device
9-19
AvailableMemory: 4.9190e+09
MultiprocessorCount: 13
ClockRateKHz: 614500
ComputeMode: 'Default'
GPUOverlapsTransfers: 1
KernelExecutionTimeout: 0
CanMapHostMemory: 1
DeviceSupported: 1
DeviceSelected: 1
If this is the device you want to use, you can proceed.
3
To use another device, call gpuDevice with the index of the other device, and view
its properties to verify that it is the one you want. For example, this step chooses and
views the second device (indexing is 1-based):
gpuDevice(2)
Note If you select a device that does not have sufficient compute capability, you get a
warning and you will not be able to use that device.
Vista de pagina 276
1 2 ... 272 273 274 275 276 277 278 279 280 281 282 ... 655 656

Comentarios a estos manuales

Sin comentarios