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