issues
search
Feldspar
/
feldspar-language
The goal of the Feldspar project is to define a high-level language that allows description of high-performance digital signal processing algorithms.
Other
45
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove unused Travis support
#540
pjonsson
closed
3 years ago
0
CI: add Github action to build/test
#539
pjonsson
closed
3 years ago
0
stack: use LTS-18.13 with GHC 8.10.7
#538
pjonsson
closed
3 years ago
0
Make resnet18 work again.
#537
kffaxen
closed
3 years ago
0
Consider sel cheap for inlining in Expand.
#536
kffaxen
closed
3 years ago
0
Fix problems with Expand.
#535
kffaxen
closed
3 years ago
0
Make operators more general by accempting Pully inputs, not just Pull…
#534
kffaxen
closed
3 years ago
1
Add argc test to main program generated by onnxToFeld.
#533
kffaxen
closed
3 years ago
0
Consider constant shift cheap in expand.
#532
kffaxen
closed
3 years ago
0
Run optimize again after expand to get static size for temoprary arrays.
#531
kffaxen
closed
3 years ago
0
Fix float/double confusion in library.
#530
kffaxen
closed
3 years ago
0
Check return value of fopen and use format macros.
#529
kffaxen
closed
3 years ago
0
Improve size propagation during optimization.
#528
kffaxen
closed
3 years ago
0
Implement use of native arrays and allow for inlining all weights.
#527
kffaxen
closed
3 years ago
0
Show length in array types when pretty printing core.
#526
kffaxen
closed
3 years ago
0
Include length in encoding of native array type.
#525
kffaxen
closed
3 years ago
0
Add setSize functions for Manifest vectors.
#524
kffaxen
closed
3 years ago
0
Add option to generate type synonyms for argument types.
#523
kffaxen
closed
3 years ago
0
Add optional arguments to constrain size of inputs.
#522
kffaxen
closed
3 years ago
0
Inline small weight tensors.
#521
kffaxen
closed
3 years ago
0
Add size information to weights.
#520
kffaxen
closed
3 years ago
0
Eliminate choice between identical values.
#519
kffaxen
closed
3 years ago
0
Improving optimization to get constant array sizes.
#518
kffaxen
closed
3 years ago
0
Fix size inference for index variables.
#517
kffaxen
closed
3 years ago
0
Better error reporting for unbound variables.
#516
kffaxen
closed
3 years ago
0
Add support for the mlp model.
#515
kffaxen
closed
3 years ago
0
Add address space qualifier to array elements buffer.
#514
kffaxen
closed
4 years ago
0
Output floating point literal infinity as correct c99.
#513
kffaxen
closed
4 years ago
0
Changes needed to make ONNX model resnet-18 work.
#512
kffaxen
closed
4 years ago
0
Adapt implementation of ONNX operators to code from OnnxToFeld.
#511
kffaxen
opened
4 years ago
0
Add error check to fopen() and change layout of generated code.
#510
kffaxen
closed
4 years ago
0
Improve support for initialized tensors.
#509
kffaxen
closed
4 years ago
1
Fix a space leak in PushLets.
#508
kffaxen
closed
4 years ago
0
tests: enable more cores
#507
pjonsson
closed
4 years ago
0
Update README after moving files.
#506
kffaxen
closed
4 years ago
0
hie: remove special onnxToFeld path
#505
pjonsson
closed
4 years ago
0
Move the Onnx related files.
#504
kffaxen
closed
4 years ago
0
Move ONNX related files to separate directory.
#503
kffaxen
closed
4 years ago
4
Document options, NFC
#502
pjonsson
closed
4 years ago
0
Silence "Loaded package environment from .." msgs
#501
pjonsson
closed
4 years ago
0
stack: update to LTS-16.12
#500
pjonsson
closed
4 years ago
0
Remove BPSplit as a pass
#499
pjonsson
closed
4 years ago
0
Add an entity for include files
#498
pjonsson
closed
4 years ago
0
Reenable FFI.
#497
kffaxen
closed
4 years ago
0
Make tags shorter for some generated structs.
#496
kffaxen
closed
4 years ago
0
Use the model name in onnxToFeld
#495
pjonsson
closed
4 years ago
0
Close the Shape type families in Vector
#494
pjonsson
closed
4 years ago
0
Remove superfluous $-sign after error
#493
pjonsson
closed
4 years ago
0
Use fshow to speed up onnxToFeld
#492
pjonsson
closed
4 years ago
0
Use ByteStrings more.
#491
kffaxen
closed
4 years ago
0
Next