未验证 提交 bcf57274 编写于 作者: Z zmxdream 提交者: GitHub

fix device optimizer config (#44282)

上级 abc2cc57
......@@ -169,6 +169,7 @@ HashTable<KeyType, ValType>::HashTable(size_t capacity) {
template <typename KeyType, typename ValType>
HashTable<KeyType, ValType>::~HashTable() {
delete container_;
cudaFree(device_optimizer_config_);
}
template <typename KeyType, typename ValType>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册