Fixing rocblas build failure

with ::Bundled_code_header constructor

Disabling hipPrintfKernel test from CI


[ROCm/clr commit: 85284dd48f]
Cette révision appartient à :
Kent Knox
2018-01-24 17:00:57 -06:00
Parent 6f2ce7fc66
révision 7df2ff97ae
2 fichiers modifiés avec 4 ajouts et 3 suppressions
+2 -1
Voir le fichier
@@ -160,6 +160,7 @@ def docker_build_inside_image( def build_image, String inside_args, String platf
}
// Cap the maximum amount of testing, in case of hangs
// Excluding hipPrintfKernel test from automation; variable fails on CI test machines
timeout(time: 1, unit: 'HOURS')
{
stage("${platform} unit testing")
@@ -169,7 +170,7 @@ def docker_build_inside_image( def build_image, String inside_args, String platf
cd ${build_dir_rel}
make install -j\$(nproc)
make build_tests -i -j\$(nproc)
make test
ctest -E hipPrintfKernel
"""
// If unit tests output a junit or xunit file in the future, jenkins can parse that file
// to display test results on the dashboard
+2 -2
Voir le fichier
@@ -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);
}