Sha256: 9d536b0b0d2eb6a519fa90494283bc392077e3ac3271144f1b959a79d46b948a
Contents?: true
Size: 279 Bytes
Versions: 10
Compression:
Stored size: 279 Bytes
Contents
% c_dtype = dtype_to_c_type(dtype) __kernel void round_<%= dtype %>(__global const <%= c_dtype %> *A, __global <%= c_dtype %> *C) { // Get the index of the current element to be processed const int id = get_global_id(0); // Row ID of C (0..M) C[id] = round(A[id]); }
Version data entries
10 entries across 10 versions & 1 rubygems