Skip to content

Conversation

@teojgo
Copy link
Contributor

@teojgo teojgo commented Aug 15, 2018

  • Adapt cuda regression tests to build systems.

  • Change to new regression test syntax.

Closes #394

* Adapt cuda regression tests to build systems.

* Change to new regression test syntax.
class CudaCheck(rfm.RegressionTest):
def __init__(self, name):
super().__init__()
self.name = 'cuda_%s_check' % name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please adapt the subclass names accordingly and don't pass name nor set it.



@rfm.simple_test
class MatrixmulCublasCheck(CudaCheck):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can prefix all subclasses with Cuda, so as to get automatically the correct names.

@vkarak
Copy link
Contributor

vkarak commented Aug 23, 2018

@jenkins-cscs retry all

@codecov-io
Copy link

codecov-io commented Aug 23, 2018

Codecov Report

Merging #421 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
+ Coverage    91.2%   91.22%   +0.02%     
==========================================
  Files          70       70              
  Lines        8582     8582              
==========================================
+ Hits         7827     7829       +2     
+ Misses        755      753       -2
Impacted Files Coverage Δ
reframe/core/config.py 84.54% <0%> (+1.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4d2337...6702298. Read the comment docs.

@vkarak
Copy link
Contributor

vkarak commented Aug 23, 2018

@jenkins-cscs retry dom

@vkarak vkarak merged commit ab142fc into reframe-hpc:master Aug 23, 2018
@teojgo teojgo deleted the regression_test/cuda_check_build_systems branch August 31, 2018 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants