OpenCL-TTL
OpenCL-TTL copied to clipboard
TTL API for creating global/local memory fence
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,