Merge branch 'master' into feature_purge_genco

[ROCm/hip commit: 72d3e679e4]
This commit is contained in:
Maneesh Gupta
2018-01-29 16:02:03 +05:30
committed by GitHub
14 changed files with 100 additions and 38 deletions
@@ -152,9 +152,9 @@ namespace hip_impl
};
// CREATORS
template<typename I>
Bundled_code_header::Bundled_code_header(I f, I l) : Bundled_code_header{}
template<typename RandomAccessIterator>
Bundled_code_header::Bundled_code_header(RandomAccessIterator f, RandomAccessIterator l) : Bundled_code_header{}
{
read(f, l, *this);
}
} // Namespace hip_impl.
} // Namespace hip_impl.