Noah Williams

Results 21 issues of Noah Williams

**Is your feature request related to a problem? Please describe.** I can't get the llvm back-end to install because my Linux distro doesn't offer the right version of LLVM, and...

This is the error I keep getting when I run "stack build" : `tensorflow > configure (lib) tensorflow > Configuring tensorflow-0.3.0.0... tensorflow > Cabal-simple_mPHDZzAJ_3.0.1.0_ghc-8.8.4: Missing dependency on a foreign tensorflow...

Error message is: `Resolving dependencies... Starting tensorflow-core-ops-0.2.0.1 Building tensorflow-core-ops-0.2.0.1 Failed to install tensorflow-core-ops-0.2.0.1 Build log ( /home/noah/.cabal/logs/ghc-8.6.5/tensorflow-core-ops-0.2.0.1-235Sg1PUXZGDGhDcUwp47K.log ): cabal: Entering directory '/tmp/cabal-tmp-6165/tensorflow-core-ops-0.2.0.1' [1 of 1] Compiling Main ( /tmp/cabal-tmp-6165/tensorflow-core-ops-0.2.0.1/dist/setup/setup.hs, /tmp/cabal-tmp-6165/tensorflow-core-ops-0.2.0.1/dist/setup/Main.o...

**Description** The template-haskell library version 2.21.0.0 has now made TyVarBndr types contain other types. This patch removes an error during compilation caused by mkDec passing the wrong kind of TyVarBndr...

**Description** When I run a function on the gpu that should take up all available cores it doesn't and instead uses roughly 10% of them. I'm not sure if this...

Stack used to complain about Paths modules not being in autogen-modules section and wasn't able to compile the project. ## Description This should fix the issue of the project not...

When I download the llvm-15 branch and do "stack build" it returns the error message in the attached file. [errors.txt](https://github.com/llvm-hs/llvm-hs/files/9998150/errors.txt)

I was working on compiling [This project](https://github.com/AccelerateHS/accelerate-llvm) on the latest version (saturday july 15th 2023, commit 34b9002f28032ddeb3d89a5fa373d89035ac112e), and it gave an error saying that "_Alignas did not fit on line...

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.