diff --git a/test_conformance/device_execution/host_queue_order.cpp b/test_conformance/device_execution/host_queue_order.cpp index 12577801..9161c3a6 100644 --- a/test_conformance/device_execution/host_queue_order.cpp +++ b/test_conformance/device_execution/host_queue_order.cpp @@ -37,7 +37,7 @@ static const char* enqueue_block_first_kernel[] = NL, " for(int i = 1 ; i < tid ; i++)" NL, " {" NL, " for(int j = 0 ; j < num ; j++)" - NL, " atomic_add(res+tid, convert_int_rte(sqrt((float)i*i) / i));" + NL, " atomic_add(res+tid, 1);" NL, " }" NL, "}" NL, ""