cuda
cuda copied to clipboard
Haskell FFI bindings to CUDA
I don't know how else to put it but this library isn't Windows 10 compatible, there should be a note in the readme about this but using nm and ld...
I'm not sure if this is a bug, but I'm packaging an application that depends on this library. The library packages completely fine, the the software I am trying to...
I tried to run accelerate library to run with CUDA, but the following error happened. ``` src/Foreign/CUDA/Driver/Context/Primary.chs:139: (column 15) [ERROR] >>> Unknown identifier! Cannot find a definition for `cuDevicePrimaryCtxRelease' in...
The nix package for cuda seems to move files towards use of a singular path structure for all platforms. This seems somewhat reasonable but is surprising when we encounter it...
When building with cabal or Stack on Windows 10 with GHC 8.2.1, `stack ghci` and `cabal repl` both yield: ``` ghc.EXE: | C:\Users\Travis\sources\cuda\.stack-work\dist\e53504d9\build\cbits\stubs.o: unknown symbol `cudaConfigureCall' linking extra libraries/objects failed...
Thanks for the great project :) Encountered this while running on a jetson AGX orin device (sm_87 arch), from looking at the source code a bit it seems like each...
### Environment: - Windows 10 - CUDA toolkit 11.4 - cabal 3.10.2.1 - ghc 9.4.8 ### Steps to reproduce: 0. Install CUDA toolkit 11.4, and make sure PATH has the...
The old calculator is deprecated, but the tables are now available within nsight compute. Sadly, I don't think 'warpRegAllocUnit' is in these tables, and I'm not sure where else to...
I've managed to get the code to compile for CUDA 12.2 but I'm not seeing any release/12 branch to do a pull request on.