MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 542

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 541
11 Functions — Alphabetical List
11-198
mxGPUIsSame (C)
Determine if two mxGPUArrays refer to same GPU data
C Syntax
#include "gpu/mxGPUArray.h"
int mxGPUIsSame(mxGPUArray const * const mgp1,
mxGPUArray const * const mgp2)
Arguments
mgp1mgp2
Pointers to mxGPUArray.
Returns
int type.
Description
mxGPUIsSame returns an integer indicating if two mxGPUArray pointers refer to the
same GPU data:
1 (true) indicates that the inputs refer to the same data.
0 (false) indicates that the inputs do not refer to the same data.
See Also
mxGPUIsValidGPUData
Seitenansicht 541
1 2 ... 537 538 539 540 541 542 543 544 545 546 547 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare