Skip to content

Commit

Permalink
Add libcublas-dev, libcusolver-dev, libcusparse-dev to host deps
Browse files Browse the repository at this point in the history
Needed to compile flash-attn on CUDA 12.0 in conda-forge.
  • Loading branch information
weiji14 committed May 4, 2024
1 parent aa17a2c commit 4d8b37c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/flash-attn/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ requirements:
- {{ compiler('cuda') }}
- {{ stdlib('c') }}
host:
- libcublas-dev # [(cuda_compiler_version or "").startswith("12")]
- libcusolver-dev # [(cuda_compiler_version or "").startswith("12")]
- libcusparse-dev # [(cuda_compiler_version or "").startswith("12")]
- packaging
- pip
- psutil
Expand Down

0 comments on commit 4d8b37c

Please sign in to comment.