Fixing rocblas build failure

with ::Bundled_code_header constructor

Disabling hipPrintfKernel test from CI
This commit is contained in:
Kent Knox
2018-01-24 17:00:57 -06:00
parent 66f1e23dd2
commit 0497424978
2 changed files with 4 additions and 3 deletions
@@ -150,8 +150,8 @@ 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);
}