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