Skip to content

Commit

Permalink
A start on adding a CUDA backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDue committed Nov 22, 2024
1 parent af2998e commit e0800a9
Show file tree
Hide file tree
Showing 8 changed files with 792 additions and 100 deletions.
4 changes: 3 additions & 1 deletion alpacc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ extra-source-files:
CHANGELOG.md
futhark/parser.fut
futhark/lexer.fut
cuda/lexer.fut

library
default-language: GHC2021
Expand Down Expand Up @@ -62,9 +63,10 @@ library
Alpacc.Types
Alpacc.Generator.Futhark.Lexer
Alpacc.Generator.Futhark.Parser
Alpacc.Generator.Futhark.FutPrinter
Alpacc.Generator.Futhark.Futharkify
Alpacc.Generator.Futhark.Generator
Alpacc.Generator.Futhark.Util
Alpacc.Generator.Cuda.Cudafy
Alpacc.Lexer.RegularExpression
Alpacc.Lexer.NFA
Alpacc.Lexer.DFA
Expand Down
Loading

0 comments on commit e0800a9

Please sign in to comment.