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