Commit 8efda3c
feat(ml,graph,procint): add 8 innovative kernels (106 total)
New kernels:
- graph: GNNInference, GraphAttention (GAT multi-head attention)
- ml: EmbeddingGeneration, SemanticSimilarity (NLP/LLM integration)
- ml: SecureAggregation (federated learning with differential privacy)
- ml: DrugInteractionPrediction, ClinicalPathwayConformance (healthcare)
- procint: DigitalTwin (process simulation for what-if analysis)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6cc15f6 commit 8efda3c
12 files changed
Lines changed: 4135 additions & 11 deletions
File tree
- crates
- rustkernel-graph
- src
- rustkernel-ml/src
- rustkernel-procint
- src
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
98 | 105 | | |
99 | 106 | | |
100 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments