summaryrefslogtreecommitdiff
path: root/utests/compiler_workitem_builtin.cpp
blob: 092b0e731aa3adb46592489d37a603ead081e9e6 (plain)
1
2
3
4
5
6
7
8
9
#include "utest_helper.hpp"

void compiler_workitem_builtin(void)
{
  OCL_CREATE_KERNEL("compiler_workitem_builtin");
}

MAKE_UTEST_FROM_FUNCTION(compiler_workitem_builtin);