@@ -9,31 +9,31 @@ welcome!
9
9
10
10
| Feature | Status | Notes | Contact (JuliaLang Slack) |
11
11
| ------------- | ------------- | ----- | ------- |
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 |
16
16
17
17
## DArrays
18
18
19
19
| Feature | Status | Notes | Contact (JuliaLang Slack) |
20
20
| ------------- | ------------- | ----- | ------- |
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 |
27
27
28
28
## GPUs
29
29
30
30
| Feature | Status | Notes | Contact (JuliaLang Slack) |
31
31
| ------------- | ------------- | ----- | ------- |
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 |
37
37
38
38
39
39
# Dagger's Roadmap
0 commit comments