4template [[host_name("v{0}")]] [[kernel]] void unary_v<{1}, {2}>(
7 uint index [[thread_position_in_grid]]);
9template [[host_name("g{0}")]] [[kernel]] void unary_g<{1}, {2}>(
12 device const int* in_shape,
13 device const size_t* in_strides,
14 device const int& ndim,
15 uint index [[thread_position_in_grid]]);