Difference for src/DeviceCUDA.h from version 1.4 to 1.5

version 1.4version 1.5
Line 54
Line 54
  int *pesSharingDevice;  int *pesSharingDevice;
  // True when what???  // True when what???
  int gpuIsMine;  int gpuIsMine;
  // Value of __CUDA_ARCH__ 
  int cuda_arch; 
  
  // Device ID for this Pe  // Device ID for this Pe
  int deviceID;  int deviceID;
Line 91
Line 89
  int getGpuIsMine() {return gpuIsMine;}  int getGpuIsMine() {return gpuIsMine;}
  void setGpuIsMine(const int val) {gpuIsMine = val;}  void setGpuIsMine(const int val) {gpuIsMine = val;}
  
  int get_cuda_arch() {return cuda_arch;} 
  
  int getDeviceID() {return deviceID;}  int getDeviceID() {return deviceID;}
  int getDeviceIDbyRank(int rank) {return devices[rank];}  int getDeviceIDbyRank(int rank) {return devices[rank];}
  int getDeviceIDforPe(int pe);  int getDeviceIDforPe(int pe);


Legend:
Removed in v.1.4 
changed lines
 Added in v.1.5



Made by using version 1.53 of cvs2html