Sha256: f3e19472d59f01f0a284b913c9f2d68d77253f0f39c66af6e3eac0dc62135949
Contents?: true
Size: 343 Bytes
Versions: 13
Compression:
Stored size: 343 Bytes
Contents
% c_dtype = dtype_to_c_type(dtype) // same dimension add floating point op __kernel void apply_gradient_<%= dtype %>(__global const <%= c_dtype %> *A, __global const <%= c_dtype %> *B, __global <%= c_dtype %> *C) { // Get the index of the current element to be processed const int id = get_global_id(0); C[id] -= A[id] * B[0]; }
Version data entries
13 entries across 13 versions & 1 rubygems