corrected hipDeviceGetProperties to hipGetDeviceProperties - not docs

Esse commit está contido em:
Aditya Atluri
2016-03-06 08:31:04 -06:00
commit d3ba2b9782
24 arquivos alterados com 27 adições e 27 exclusões
+1 -1
Ver Arquivo
@@ -89,7 +89,7 @@ int main() {
unsigned long long int* deviceD;
hipDeviceProp_t devProp;
hipDeviceGetProperties(&devProp, 0);
hipGetDeviceProperties(&devProp, 0);
cout << " System minor " << devProp.minor << endl;
cout << " System major " << devProp.major << endl;
cout << " agent prop name " << devProp.name << endl;