We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb1788 commit 972a4c4Copy full SHA for 972a4c4
dpctl/_backend.pxd
@@ -95,6 +95,7 @@ cdef extern from "syclinterface/dpctl_sycl_enum_types.h":
95
_usm_atomic_host_allocations 'usm_atomic_host_allocations',
96
_usm_atomic_shared_allocations 'usm_atomic_shared_allocations',
97
_host_debuggable 'host_debuggable',
98
+ _emulated 'emulated',
99
100
ctypedef enum _partition_affinity_domain_type 'DPCTLPartitionAffinityDomainType':
101
_not_applicable 'not_applicable',
0 commit comments