frohzinn's picture
download
raw
364 Bytes
#version 450
#include "types.glsl"
#include "generic_unary_head.glsl"
layout(local_size_x = 512, local_size_y = 1, local_size_z = 1) in;
void main() {
const uint idx = get_idx();
if (idx >= p.ne) {
return;
}
const float val = float(data_a[get_aoffset() + src0_idx(idx)]);
data_d[get_doffset() + dst_idx(idx)] = D_TYPE(log(val));
}

Xet Storage Details

Size:
364 Bytes
·
Xet hash:
1b60722cc14aa6c133bdd1fb7d7c5b5e48ee7856b1102616559c544f34f8091e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.