Skip to content

Commit 79d35a0

Browse files
committed
fixup! Add a Features/Roadmap document
1 parent f21517c commit 79d35a0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Diff for: FEATURES_ROADMAP.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ welcome!
99

1010
| Feature | Status | Notes | Contact (JuliaLang Slack) |
1111
| ------------- | ------------- | ----- | ------- |
12-
| Multithreading | <span style="color:green">:heavy_check_mark: Great Support</span> | | @jpsamaroo |
13-
| Distributed | <span style="color:yellow">:warning: Moderate Support</span> | Thread-safety issues [#101](https://github.com/JuliaLang/Distributed.jl/pull/101) | @jpsamaroo |
14-
| Fault Tolerance | <span style="color:red">:x: Poor Support</span> | Sometimes unreliable, may fail to recover in trivial cases | @jpsamaroo |
15-
| Checkpointing | <span style="color:yellow">:warning: Moderate Support</span> | Inconvenient API | @jpsamaroo |
12+
| Multithreading | <font color="green">:heavy_check_mark: Great Support</font> | | @jpsamaroo |
13+
| Distributed | <font color="yellow">:warning: Moderate Support</font> | Thread-safety issues [#101](https://github.com/JuliaLang/Distributed.jl/pull/101) | @jpsamaroo |
14+
| Fault Tolerance | <font color="red">:x: Poor Support</font> | Sometimes unreliable, may fail to recover in trivial cases | @jpsamaroo |
15+
| Checkpointing | <font color="yellow">:warning: Moderate Support</font> | Inconvenient API | @jpsamaroo |
1616

1717
## DArrays
1818

1919
| Feature | Status | Notes | Contact (JuliaLang Slack) |
2020
| ------------- | ------------- | ----- | ------- |
21-
| Broadcast | <span style="color:green">:heavy_check_mark: Great Support</span> | | @jpsamaroo |
22-
| Map/Reduce | <span style="color:green">:heavy_check_mark: Great Support</span> | | @jpsamaroo |
23-
| Indexing/Slicing | <span style="color:red">:x: Poor Support</span> | Incorrect/broken slicing, poor performance | @jpsamaroo |
24-
| Matmul | <span style="color:yellow">:warning: Moderate Support</span> | Some incorrect boundschecks (for `syrk`) | @Rabab53 |
25-
| Cholesky | <span style="color:yellow">:warning: Moderate Support</span> | Missing repartitioning support | @Rabab53 |
26-
| Sparse Arrays | <span style="color:red">:x: Poor Support</span> | Needs more supported operations and tests | @jpsamaroo |
21+
| Broadcast | <font color="green">:heavy_check_mark: Great Support</font> | | @jpsamaroo |
22+
| Map/Reduce | <font color="green">:heavy_check_mark: Great Support</font> | | @jpsamaroo |
23+
| Indexing/Slicing | <font color="red">:x: Poor Support</font> | Incorrect/broken slicing, poor performance | @jpsamaroo |
24+
| Matmul | <font color="yellow">:warning: Moderate Support</font> | Some incorrect boundschecks (for `syrk`) | @Rabab53 |
25+
| Cholesky | <font color="yellow">:warning: Moderate Support</font> | Missing repartitioning support | @Rabab53 |
26+
| Sparse Arrays | <font color="red">:x: Poor Support</font> | Needs more supported operations and tests | @jpsamaroo |
2727

2828
## GPUs
2929

3030
| Feature | Status | Notes | Contact (JuliaLang Slack) |
3131
| ------------- | ------------- | ----- | ------- |
32-
| NVIDIA GPUs | <span style="color:green">:heavy_check_mark: Great Support</span> | | @jpsamaroo |
33-
| AMD GPUs | <span style="color:green">:heavy_check_mark: Great Support</span> | | @jpsamaroo |
34-
| Apple GPUs | <span style="color:yellow">:warning: Moderate Support</span> | Missing linalg operations | @jpsamaroo or @Rabab53 |
35-
| Intel GPUs | <span style="color:yellow">:warning: Moderate Support</span> | Missing linalg operations | @jpsamaroo or @Rabab53 |
36-
| KernelAbstractions Integration | <span style="color:yellow">:warning: Moderate Support</span> | Missing synchronization optimizations | @jpsamaroo |
32+
| NVIDIA GPUs | <font color="green">:heavy_check_mark: Great Support</font> | | @jpsamaroo |
33+
| AMD GPUs | <font color="green">:heavy_check_mark: Great Support</font> | | @jpsamaroo |
34+
| Apple GPUs | <font color="yellow">:warning: Moderate Support</font> | Missing linalg operations | @jpsamaroo or @Rabab53 |
35+
| Intel GPUs | <font color="yellow">:warning: Moderate Support</font> | Missing linalg operations | @jpsamaroo or @Rabab53 |
36+
| KernelAbstractions Integration | <font color="yellow">:warning: Moderate Support</font> | Missing synchronization optimizations | @jpsamaroo |
3737

3838

3939
# Dagger's Roadmap

0 commit comments

Comments
 (0)