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
förälder 66f1e23dd2
incheckning 0497424978
2 ändrade filer med 4 tillägg och 3 borttagningar
+2 -2
Visa fil
@@ -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);
}