Add support for the hipFuncGetAttributes interface.

Tá an tiomantas seo le fáil i:
Alex Voicu
2018-05-11 03:35:10 +01:00
tuismitheoir e8dd9297ae
tiomantas bf9529aaa8
D'athraigh 6 comhad le 189 breiseanna agus 20 scriosta
+1 -2
Féach ar an gComhad
@@ -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});
}
}
}