summaryrefslogtreecommitdiff
path: root/utests/compiler_mem_fence.cpp
blob: ad7e2f65186c403f349f04c464bddfa97efde271 (plain)
1
2
3
4
5
6
7
8
9
/* test OpenCL 1.1 Synchronization, explicit memory fence (section 6.11.9, 6.11.10) */
#include "utest_helper.hpp"

void compiler_mem_fence(void)
{
  OCL_CREATE_KERNEL("compiler_mem_fence");
  OCL_NDRANGE(1);
}