Skip to content

Commit

Permalink
[SYCL] Fix self-build compilation after PR intel#9873 (intel#10018)
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-vodopyanov authored Jun 22, 2023
1 parent 73b6e1e commit 83880be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ur_level_zero_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,14 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(

if (Device->isCCS()) {
struct {
ur_device_partition_property_t Arr[2];
ur_device_partition_t Arr[2];
} PartitionProperties = {
{UR_DEVICE_PARTITION_BY_CSLICE, ur_device_partition_t(0)}};
return ReturnValue(PartitionProperties);
}

struct {
ur_device_partition_property_t Arr[3];
ur_device_partition_t Arr[3];
} PartitionProperties = {
{UR_DEVICE_PARTITION_BY_AFFINITY_DOMAIN,
(ur_device_partition_t)
Expand Down

0 comments on commit 83880be

Please sign in to comment.