[HIPIFY][SPARSE] Initial support

This commit is contained in:
emankov
2018-11-20 17:58:05 +03:00
parent d4f1d15f8d
commit 30c387a811
11 changed files with 41 additions and 6 deletions
+4
View File
@@ -155,6 +155,10 @@ bool HipifyAction::Exclude(const hipCounter & hipToken) {
if (insertedComplexHeader) { return true; }
insertedComplexHeader = true;
return false;
case API_SPARSE:
if (insertedSPARSEHeader) { return true; }
insertedSPARSEHeader = true;
return false;
default:
return false;
}