Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Fix SYCL/Plugin/level_zero_sub_sub_device test case #1515

Merged
merged 4 commits into from
Jan 17, 2023

Conversation

uditagarwal97
Copy link

This test case was failing for a very long time. I investigated the failure and accordingly made the following changes:

  1. Fixed RUN command by adding 'ZEX_NUMBER_OF_CCS=0:4' environment variable. This enables splitting sub-device into four CCS devices.
  2. While partitioning sub-device into CCS, I changed 'partition_by_affinity_domain' to 'partition_by_cslice', in accordance to #7676.
  3. Reorganized the test case a bit to make it more "aesthetically appealing".

Updated run commands; replace partition_by_affinity_domain for sub-sub-devices by partition_by_cslice
@uditagarwal97 uditagarwal97 requested a review from a team as a code owner January 13, 2023 21:46
@aelovikov-intel aelovikov-intel changed the title Fix SYCL/Plugin/level_zero_sub_sub_device test case [SYCL] Fix SYCL/Plugin/level_zero_sub_sub_device test case Jan 13, 2023
@againull againull merged commit acf1ec8 into intel:intel Jan 17, 2023
@uditagarwal97 uditagarwal97 deleted the level_zero_sub_sub branch January 17, 2023 17:36
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
This test case was failing for a very long time. I investigated the failure and accordingly made the following changes:
1. Fixed RUN command by adding 'ZEX_NUMBER_OF_CCS=0:4' environment variable. This enables splitting sub-device into four CCS devices.
2. While partitioning sub-device into CCS, I changed 'partition_by_affinity_domain' to 'partition_by_cslice', in accordance to #7676.
3. Reorganized the test case a bit to make it more "aesthetically appealing".
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…m-test-suite#1515)

This test case was failing for a very long time. I investigated the failure and accordingly made the following changes:
1. Fixed RUN command by adding 'ZEX_NUMBER_OF_CCS=0:4' environment variable. This enables splitting sub-device into four CCS devices.
2. While partitioning sub-device into CCS, I changed 'partition_by_affinity_domain' to 'partition_by_cslice', in accordance to intel#7676.
3. Reorganized the test case a bit to make it more "aesthetically appealing".
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants