view libclc/test/convert.cl @ 259:011663b4a808

remove duplicate setjmp in return continuation
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 12 Oct 2023 15:52:37 +0900
parents 1d019706d866
children
line wrap: on
line source

__kernel void foo(int4 *x, float4 *y) {
  *x = convert_int4(*y);
}