write a Legion scheduler
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 25/100
- issue の種類
- 機能追加
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- cpp
調査の方向性
まず、stdexec の scheduler モデルと、issue で言及されている Legion および Thrust の API を読みます。Legion scheduler と scheduler を受け取る非同期 Thrust アルゴリズムのスコープを定義し、完了のターゲットとして提案されている sync_wait(thrust_algorithm(legion_scheduler, arguments...)) の使用方法を検証します。
索引モデルが issue の本文から書いたものです。
説明
I think there is a good story we can tell about how stdexec can add value to Legion. Consider:
- We intend to write a Legion scheduler for stdexec
- We intent to write async versions of the Thrust algorithms that take schedulers
Putting 2 and 2 together, we can make it utterly trivial for anybody currently using Thrust (lots of developers) to target the Legion runtime:
// Execute a Thrust algorithm on Legion:
auto [results...] = sync_wait(thrust_algorithm(legion_scheduler, arguments...)).value();
That's obviously just scratching the surface.
- 主要言語
- C++
- スター
- 2.4k
- フォーク
- 270
- 平均マージ
- 2日 17時間
- マージ済み PR(30日)
- 37
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
NVIDIA/stdexec のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 68/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 66/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 74/100
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
duckdb/duckdb-wasm#2258 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
objectionary/eo-graphs#75 ·
-
Coarray integration tests carry no LABELS, so run_tests.py silently skips them under every backend オープンcoarray
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
FISCO-BCOS/FISCO-BCOS#5642 ·