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