Skip to content

Commit c6d9a92

Browse files
committed
ci trigger
1 parent af26ee9 commit c6d9a92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mlx/backend/rocm/unary.hip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ __global__ void unary_g(
5252

5353
auto shape_x = shape[ndim - 1];
5454
auto stride_x = strides[ndim - 1];
55+
5556
IdxT index_x = blockIdx.x * blockDim.x + threadIdx.x;
5657

5758
// Compute base offset for this row using elem_to_loc style calculation

0 commit comments

Comments
 (0)