Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Mar 25, 2024
1 parent a3cf3c1 commit 8fe366c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/labs/posts/sparse-array-ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ All formats have a number of read/write characteristics. For reading, they can b
| **BSR** | ✅<sup>1</sup> | ✅<sup>1</sup> || 🚫 | 🚧 | 🚫 | 🚧 |
| **N-dimensional** | | | || 🚫 | 🚫 ||

<sup>1</sup> Within same block if it exists
✅ Available, with optimized loops for atomic operations
🚧 Present, with intermediate conversions or sub-optimal iterations
<sup>1</sup> Within same block if it exists <br>
✅ Available, with optimized loops for atomic operations <br>
🚧 Present, with intermediate conversions or sub-optimal iterations <br>
🚫 Unavailable

### Array Creation API
Expand Down

0 comments on commit 8fe366c

Please sign in to comment.