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