replace std::vector for kernarg

This commit is contained in:
Siu Chi Chan
2019-05-04 17:51:13 -04:00
parent 1a2d332e76
commit 1fb9ab2d44
4 changed files with 53 additions and 6 deletions
+5
View File
@@ -743,4 +743,9 @@ public:
}
}; // class program_state_impl
struct kernarg_impl {
std::vector<std::uint8_t> v;
};
};