Skip to content

Commit

Permalink
More attention kernels to its own folder (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassa authored Aug 25, 2022
1 parent 5958b18 commit 096e8ef
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ def get_extensions():

sources = main_file + source_cpu

source_cuda = glob.glob(os.path.join(extensions_dir, "cuda", "*.cu"))
source_cuda = glob.glob(
os.path.join(extensions_dir, "cuda", "**", "*.cu"), recursive=True
)

sputnik_dir = os.path.join(this_dir, "third_party", "sputnik")
cutlass_dir = os.path.join(this_dir, "third_party", "cutlass", "include")
Expand Down

0 comments on commit 096e8ef

Please sign in to comment.