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 258d15f commit 9235477Copy full SHA for 9235477
sycl/include/CL/sycl/detail/pi.h
@@ -1560,6 +1560,9 @@ typedef enum : pi_bitfield {
1560
PI_MEM_ALLOC_FLAGS = CL_MEM_ALLOC_FLAGS_INTEL
1561
} _pi_usm_mem_properties;
1562
1563
+// Flag is used for piProgramUSMEnqueuePrefetch. PI_USM_MIGRATION_TBD0 is a
1564
+// placeholder for future developments and should not change the behaviour of
1565
+// piProgramUSMEnqueuePrefetch
1566
typedef enum : pi_bitfield {
1567
PI_USM_MIGRATION_TBD0 = (1 << 0)
1568
} _pi_usm_migration_flags;
0 commit comments