Miles J. Litteral

Results 16 comments of Miles J. Litteral

A nice catch all command to fix the windows issues could be: `pacman -S msys2-keyring mingw-w64-x86_64-pkg-config mingw-w64-x86_64-glew mingw-w64-x86_64-freeglut mingw-w64-x86_64-SDL2 mingw-w64-x86_64-freetype` in the mingw64 that is being used to build the...

@fjvallarino my apologies on the late reply this was needed with either; I tried to use Cabal first but encountered the bug then shifted over to Stack and encountered the...

Yes, I believe the instructions are currently outdated, I've made hotfixes which make the library build on Windows, I can open a pull request if you'd like to maybe address...

Hey @tmcdonell I have made progress with the Library and can report the following: The issue seems two fold: First, the function ```defaultCUDAInstallPath``` (in Setup.exe) was acting wonky, in my...

I wrote the following batch script (.bat) that you can run in the root mlir-hs directory to build LLVM/MLIR for windows. Presuming Ninja and cmake are installed and I don't...

I got further with building on Windows with a simplified approach. The manual steps I described is what I would now call "the hard way". You can leverage mingw directly...

I did sign the CLA, it keeps making my username mileslitteral rather than MilesLitteral and I think it may be posing an issue: ![image](https://github.com/google/mlir-hs/assets/3722283/0ebbf47b-3bd0-4ff3-bfe0-a2b68bd694fa)

I wanted to add on that writing the heatmap example like this also doesn't work ```haskell import Plots import Linear.V2 import Control.Lens heatMapAxis :: Axis B V2 Double heatMapAxis =...

Thanks! This updated version of the example code builds ```haskell {-# LANGUAGE FlexibleContexts #-} module Main where import Plots import Linear.V2 import Control.Lens import Control.Monad.IO.Class import Diagrams.Backend.Rasterific.CmdLine heatMapAxis :: Axis...