-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
Jenkins/pre-ci-windows fail unrelated:
|
@@ -0,0 +1,19 @@ | |||
// TODO: enable on Windows once driver is ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one is not part of the spec, it should rather go to the 4th category we discussed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kbobrovs,
As we discussed there will be 4 categories: Spec, Feature, Regression and Bench/Workload (last one goes to closed-source repo). Do I need to move only IMPL_SUBGROUP/popcnt.cpp test to other category or all tests in IMPL_SUBGROUP directory? And in what category exactly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the following should not be part of the SPEC subsuite:
- *pvc*
- popcnt, scale
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main reason why there is a separate test for PVC is because allowed simd sizes differ on PVC from all other platforms and I don't know how to recognize the platform at compile time.
Moving PVC version of the test to another category will lead to code duplication or use of relative path to common code. Should I move all simd_size tests to the 'regression' category?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reorganized and renamed simd_size tests so there is no explicit reference to specific platforms in the names
// UNSUPPORTED: cuda || hip | ||
// | ||
// Test not intended to run on PVC | ||
// UNSUPPORTED: gpu-intel-pvc | ||
// | ||
// TODO: enable when Jira ticket resolved | ||
// XFAIL: gpu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems messy. 2 UNSPPORTED + XFAIL which encloses them logically. Please check here and in other places that there is no unnecessary overlap in filters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed overlapping filters, but can't get rid of XFAIL till Jira issue resolved.
Both Linux and Window CI fails are unrelated to changes:
|
failures are unrelated, merging |
level_zero_device_free_mem.cpp is not supported on integrated devices
No description provided.