OpenCL-TTL icon indicating copy to clipboard operation
OpenCL-TTL copied to clipboard

TTL API for creating global/local memory fence

Open amirBish opened this issue 2 years ago • 0 comments

Hey, I'm using TTL API for Import/Export memory transactions. However, In some cases I need the option to create global memory fence between some transactions. and for this case I need to use

async_work_group_copy_fence(CLK_GLOBAL_MEM_FENCE)

would be nicer to have this memory fence in TTL API with an input of the memory type.

Thanks in advance,

amirBish avatar Nov 20 '23 12:11 amirBish