Add support for the hipFuncGetAttributes interface.

[ROCm/hip commit: 13274ce559]
This commit is contained in:
Alex Voicu
2018-05-11 03:35:10 +01:00
parent c837c7defc
commit d5f965c44a
6 changed files with 189 additions and 20 deletions
+1 -2
View File
@@ -382,8 +382,7 @@ const unordered_map<uintptr_t, vector<pair<hsa_agent_t, Kernel_descriptor>>>& fu
for (auto&& kernel_symbol : it->second) {
r[function.first].emplace_back(
agent(kernel_symbol),
Kernel_descriptor{kernel_object(kernel_symbol), group_size(kernel_symbol),
private_size(kernel_symbol), it->first});
Kernel_descriptor{kernel_object(kernel_symbol), it->first});
}
}
}