1 2 3 4 5 6 7 8 9 10
#include "utest_helper.hpp" void compiler_type_casting(void) { OCL_CREATE_KERNEL("compiler_type_casting"); } MAKE_UTEST_FROM_FUNCTION(compiler_type_casting);