Closed andylshort closed 1 year ago
This patch updates the E2E tests to account for the changes made to aspects in Section 4.6.4.3 of the specification:
host
cpu
usm_restricted_shared_allocations
usm_system_allocator
usm_system_allocations
int64_*
atomic64
(May require https://github.com/intel/llvm/pull/8751 but should pass without.)
Test changes are valid without new changes to intel/llvm. Merging these.
This patch updates the E2E tests to account for the changes made to aspects in Section 4.6.4.3 of the specification:
host
should now be acpu
, so the aspect has been deprecated accordingly.usm_restricted_shared_allocations
has been removed.usm_system_allocator
has been renamedusm_system_allocations
.int64_*
aspects were replaced withatomic64
, so no longer should be tested.(May require https://github.com/intel/llvm/pull/8751 but should pass without.)