arrayfire / arrayfire/arrayfire
Make rand functions part of JIT
オープン
perf
- 主要言語
- C++
- スター
- 4.9k
- フォーク
- 555
- 平均マージ
- 1時間 24分
- マージ済み PR(30日)
- 1
説明
The random functions in are currently not part of JIT. This means that ArrayFire allocates and creates random values for each call of the function before it can be used by other JIT nodes.
With the help of the multi-eval functionality recently added to JIT, we could calculate the random values as part of the JIT engine and write the random values to memory thereby reducing the kernel launch overhead.
コントリビューションガイド
調査の方向性
まず、Issue で言及されているランダム関数のエントリポイントと JIT multi-eval 実装を見つけます。他の JIT ノードに入る前にランダム値が現在どのように割り当てられているかを追跡します。完了の条件は、関連するカーネル起動オーバーヘッドを削減しながら、ランダム値が JIT を通じて生成されることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- compilers, performance
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100