Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

write a Legion scheduler

オープン
#903 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
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 の本文から書いたものです。

説明

enhancement P1

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

NVIDIA/stdexec のほかの issue

NVIDIA/stdexec の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。