Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C ファイルから起動したい CUDA カーネルがあります。カーネルを .cu ファイルに入れ、カーネルを呼び出すラッパー関数を作成しました。次に、ラッパー関数を宣言するだけのヘッダー ファイルを作成しました。私の C ファイルでは、ヘッダー ファイルをインクルードし、ラッパー関数を呼び出しました。
これらのファイルをオブジェクトにコンパイルしてからリンクしたい場合、makefile はどのようになりますか?