AccelerateHS / AccelerateHS/accelerate-fft
set default for llvm-ptx to False?
Đang mở
- Ngôn ngữ chính
- Haskell
- Star
- 11
- Fork
- 9
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
README says `This will use optimised backend implementations where available.` This sounds as if availability is checked in some automated way. Does not seem to work, as the `llvm-ptx` flag is True by default, and consequently (?) `cabal install` breaks if I don't have CUDA. Yes, I was able to figure out
```
cabal install accelerate-fft --flags="-llvm-ptx"
```
but you might make this flag default to False. - I guess `llvm-cpu: True` is fine since most people will have this installed.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.