Skip to content

Abhishek-Intel/NestedBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

NestedBuffer

This code explains the concept of nested buffer using SYCL (DPC++) and there mapping in memory.

Code Description

-> The struct C contains a data variable and struct B also contains a data variable with a pointer to the struct C.

-> struct BBuff contains sycl buffer of both B and C

-> struct BView contains sycl accessor to the buffer of B and C with RequireForHandler() method

-> main() contains the usual structure of sycl code with buffer, accessor, handler, and single_task Kernel which is assigning the values to those structures. Finally printing the values of the data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages