-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Make CUDA kernel latency tests generic #796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[test] Make CUDA kernel latency tests generic #796
Conversation
|
I get on where Should sanity pass or not ? |
|
@jgphpc There two things here:
|
|
@jgphpc Also it is a flexible test therefore it will run on all idle nodes unless instructed with |
|
Adding |
|
@jgphpc Yes, but you don't know that if running on an unknown system. Most probably the test will fail. At least it's already ready to run. That's the point. |
|
@jenkins-cscs retry daint kesch |
|
@jenkins-cscs retry none |
The idea of making a test generic is to make no assumption as of what is
self.current_system. This essentially means the following:self.current_systemorself.current_partitionorself.current_environ, make sure you handle the case of an unknown system or environment.*inself.valid_systemsandself.valid_prog_environs.*entry exists inside thereferencesdictionary. Its value should be(0, None, None, 'unit').Addresses UES-339