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

Alternative to FFTW

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

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

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
cpp
領域
build-system, hpc

調査の方向性

この issue ではファイルやテストが指定されていないため、まず ArrayFire の FFTW 依存関係の設定と FFT のエントリポイントを確認してください。FFTW をオプションにする場合と、より制限の少ないライセンスの置き換えを使用する場合を、FFT サポートが利用できないときの動作も含めて比較してください。FFT を使用しないユーザーが FFTW なしで ArrayFire をリンクでき、FFT の呼び出し側にはサポート対象の実装または失敗時の動作が定義されていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

feature

We would like FFTW to be an optional dependency.

Description

FFTW is GPL-licensed software, with an option to buy a commercial license to remove the GPL constraints. In our product, we do not use FFTs hence do not need FFTW. Yet, FFTW is still embedded in the ArrayFire library, making it GPL-licensed as well, hence transferring the GPL constraints to our own application which links to ArrayFire. Solving this would require us to either technically violate the GPL terms, or buy a license for a product we do not use.

To work around this issue, we have created a fork of ArrayFire with FFTW removed. Since there is no library to implement FFTs, we made the FFT functions throw when called. A better alternative to would be to allow using another library for FFTs, preferably one with a more permissive license.

We're happy to help contribute this, but need guidance as to which solution/library is preferred.

主要言語
C++
スター
4.9k
フォーク
555
平均マージ
1時間 24分
マージ済み PR(30日)
1

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

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

はじめの一歩

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

arrayfire/arrayfire のほかの issue

arrayfire/arrayfire の issue をすべて見る

似ている issue

C++ の issue をもっと見る

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

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