Device property concurrentKernels is added to hipDeviceProp_t struct.

For HCC path concurrentKernels is set to true since all ROCR hardware supports this feature.
For NVCC path concurrentKernels is obtained from CUDA's device property cudaDeviceProp::concurrentKernels.
Tá an tiomantas seo le fáil i:
Evgeny Mankov
2016-02-09 17:10:35 +03:00
tuismitheoir 7cc7f88717
tiomantas 950c3baacd
D'athraigh 3 comhad le 3 breiseanna agus 0 scriosta
+1
Féach ar an gComhad
@@ -383,6 +383,7 @@ hipError_t ihipDevice_t::getProperties(hipDeviceProp_t* prop)
prop->arch.has3dGrid = 1;
prop->arch.hasDynamicParallelism = 0;
prop->concurrentKernels = 1; // All ROCR hardware supports executing multiple kernels concurrently
return e;
}