[HIPIFY] Initial cuDNN support

- based on https://github.com/ROCmSoftwarePlatform/hipDNN.
- lit testing was supplemented with CUDA_DNN_ROOT_DIR for cuDNN testing.
- single cuDNN test was added.


[ROCm/hip commit: fe421c89b2]
Tá an tiomantas seo le fáil i:
Evgeny Mankov
2018-05-03 11:33:40 +03:00
tuismitheoir 1b652107f7
tiomantas 057b13fc4a
D'athraigh 7 comhad le 91 breiseanna agus 2 scriosta
+4
Féach ar an gComhad
@@ -160,6 +160,10 @@ bool HipifyAction::Exclude(const hipCounter & hipToken) {
insertedRANDHeader = true;
return false;
}
case API_DNN:
if (insertedDNNHeader) { return true; }
insertedDNNHeader = true;
return false;
default:
return false;
}