Skip to content

Commit 972a4c4

Browse files
Support emulated aspect in _backend.pxd
1 parent 9cb1788 commit 972a4c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/_backend.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ cdef extern from "syclinterface/dpctl_sycl_enum_types.h":
9595
_usm_atomic_host_allocations 'usm_atomic_host_allocations',
9696
_usm_atomic_shared_allocations 'usm_atomic_shared_allocations',
9797
_host_debuggable 'host_debuggable',
98+
_emulated 'emulated',
9899

99100
ctypedef enum _partition_affinity_domain_type 'DPCTLPartitionAffinityDomainType':
100101
_not_applicable 'not_applicable',

0 commit comments

Comments
 (0)