corrected hipDeviceGetProperties to hipGetDeviceProperties - not docs

Αυτή η υποβολή περιλαμβάνεται σε:
Aditya Atluri
2016-03-06 08:31:04 -06:00
γονέας 3aa764d5eb
υποβολή d3ba2b9782
24 αρχεία άλλαξαν με 27 προσθήκες και 27 διαγραφές
+1 -1
Προβολή Αρχείου
@@ -108,7 +108,7 @@ int main(int argc, char **argv)
hipSetDevice(device);
hipDeviceProp_t devProp;
hipDeviceGetProperties(&devProp, device);
hipGetDeviceProperties(&devProp, device);
if (devProp.major < 1) {
printf("%d does not support HIP\n", device);
return -1;