From 08381ceca95f2876a7d4c8b18f6e33487134a7a2 Mon Sep 17 00:00:00 2001 From: Alexander Hill Date: Sun, 12 Nov 2023 18:59:18 -0500 Subject: [PATCH] 2023-11-12 06:59:18 PM --- topics/metal-splats.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/metal-splats.md b/topics/metal-splats.md index 39ec320..b0c5823 100644 --- a/topics/metal-splats.md +++ b/topics/metal-splats.md @@ -39,6 +39,7 @@ Today: lets get started on writing a sort in Metal and see how far we can get. * Now trying to figure out how to split the work into blocks. Have a simple version that does 2 elements at a time, still not sure what the optimal split would be (or, how I should do the parallel sort piece). Doubling 16777216 values: + | Elements | GPU | CPU | |--|--|--| | 1 | 9460µs | 4437µs |