Sha256: 6349e7c011deae4eed06ef1f8175f44e212f0c388eeb91a1a51d3a87ba38f930
Contents?: true
Size: 255 Bytes
Versions: 13
Compression:
Stored size: 255 Bytes
Contents
% c_dtype = dtype_to_c_type(dtype) __kernel void ceil_<%= 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); C[id] = ceil(A[id]); }
Version data entries
13 entries across 13 versions & 1 rubygems