Support precision test for cuda new ut

revert-31562-mean
chalsliu 5 years ago committed by GitHub
parent 50d3117d30
commit 701c8e06a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,7 +188,8 @@ class PRChecker(object):
ut_list.append('h_cu_comment_placeholder')
else:
return ''
elif f.endswith('.cc') or f.endswith('.py'):
elif f.endswith('.cc') or f.endswith('.py') or f.endswith(
'.cu'):
if f.find('test_') != -1 or f.find('_test') != -1:
check_added_ut = True
elif self.is_only_comment(f):

Loading…
Cancel
Save