Skip to content

Commit

Permalink
Masked gemv (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagrit06 authored Jun 14, 2024
1 parent fe3167d commit 2d6cd47
Show file tree
Hide file tree
Showing 6 changed files with 1,627 additions and 319 deletions.
1 change: 1 addition & 0 deletions mlx/backend/metal/kernels/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ endfunction(build_kernel)
build_kernel(arg_reduce)
build_kernel(conv steel/conv/params.h)
build_kernel(gemv steel/utils.h)
build_kernel(gemv_masked steel/utils.h)
build_kernel(layer_norm)
build_kernel(random)
build_kernel(rms_norm)
Expand Down
Loading

0 comments on commit 2d6cd47

Please sign in to comment.