Visible to Intel only — GUID: GUID-32CAFF8D-A512-413D-9E12-5F6603EA4EA1
Visible to Intel only — GUID: GUID-32CAFF8D-A512-413D-9E12-5F6603EA4EA1
Module 9: DPCPP Buffers And Accessors In Depth
This module demonstrates various ways to create buffers in SYCL. You will learn how to use sub-buffers, buffer properties, and when to use_host_ptr, set_final_data, and set_write_data. You will also learn about accessors, host_accessors, and their use cases.
Learning Objectives
Explain buffers and accessors in depth.
Understand how to create and use sub-buffers.
Explain buffer properties and when to use_host_ptr, set_final_data, and set_write_data.
Explain accessors and the modes of accessor creation.
Explain host accessors and their different use cases.