|
|
@5757
|
15 months |
nmedfort |
Bug fixes + more assertions to prevent similar errors.
|
|
|
@5755
|
15 months |
nmedfort |
Bug fixes and simplified MultiBlockKernel? logic
|
|
|
@5605
|
19 months |
lindanl |
Allows stdout for u8u16.
|
|
|
@5597
|
19 months |
nmedfort |
Modified stream set buffers to use heap memory.
|
|
|
@5540
|
20 months |
cameron |
Integrated AVX deletion kernel
|
|
|
@5486
|
21 months |
nmedfort |
Initial attempt to improve debugging capabilities with compilation …
|
|
|
@5474
|
21 months |
nmedfort |
Eliminated ExecutionEngine? memory leak. Intentionally broke …
|
|
|
@5464
|
21 months |
nmedfort |
Restructuring work for the Driver classes. Start of work to eliminate …
|
|
|
@5440
|
22 months |
nmedfort |
Large refactoring step. Removed IR generation code from Kernel …
|
|
|
@5436
|
22 months |
nmedfort |
Continued refactoring work. PabloKernel? now abstract base type with a …
|
|
|
@5435
|
22 months |
nmedfort |
Continued refactoring work.
|
|
|
@5429
|
22 months |
nmedfort |
Refactored source kernels. icgrep from stdin should now be able to …
|
|
|
@5425
|
22 months |
nmedfort |
Changes towards separate compilation
|
|
|
@5418
|
22 months |
nmedfort |
Removed non-functional CUDA code from icgrep and consolidated grep and …
|
|
|
@5414
|
22 months |
cameron |
Parabix driver can take ownership of kernelbuilder instances; uniquify …
|
|
|
@5409
|
22 months |
cameron |
Parabix driver can take ownership and allocate buffers
|
|
|
@5402
|
23 months |
nmedfort |
Moved toolchain and object_cache to kernels directory. Continued work …
|
|
|
@5401
|
23 months |
nmedfort |
Updated all projects to use ParabixDriver?. Deprecated original …
|
|
|
@5395
|
23 months |
cameron |
Uniquify kernel names with buffer types/sizes; update u8u16 to use …
|
|
|
@5377
|
23 months |
nmedfort |
Support for stdin. Needs more testing.
|
|
|
@5373
|
23 months |
cameron |
Parabix version info, unique names for IDISA builders
|
|
|
@5364
|
2 years |
cameron |
Consolidate pipeline compiler options in toolchain
|
|
|
@5362
|
2 years |
cameron |
Adam's changes to add swizzling option to DeleteByPEXT kernel
|
|
|
@5355
|
2 years |
cameron |
Swizzled bitstream deletion and -enable-AVX-deletion in u8u16
|
|
|
@5310
|
2 years |
nmedfort |
Adjusted pablo compiler to use getInputStream and getOutputStream when …
|
|
|
@5306
|
2 years |
cameron |
Modify u8u16 to use FileSink? for output
|
|
|
@5301
|
2 years |
cameron |
Circular copy-back buffers: initial check-in
|
|
|
@5299
|
2 years |
cameron |
Ability to set input/output signatures for Pablo functions in the …
|
|
|
@5284
|
2 years |
cameron |
u8u16 fix
|
|
|
@5275
|
2 years |
cameron |
u8u16 working with -mmap-buffering and segment pipeline parallelism
|
|
|
@5267
|
2 years |
nmedfort |
Code clean-up. Removed Pablo Call, SetIthBit? and Prototype.
|
|
|
@5260
|
2 years |
nmedfort |
Changes working towards simplifying accessing stream elements + some …
|
|
|
@5255
|
2 years |
cameron |
Fixes for mmap kernel for blocksPerSegment, codeUnitWidth, new …
|
|
|
@5254
|
2 years |
cameron |
Add mmap kernel to all pipelines
|
|
|
@5243
|
2 years |
cameron |
Support for write function in CBuilder, use IRBuilder CreateMemMove? …
|
|
|
@5242
|
2 years |
cameron |
Add pthread create, join and exit support into CBuilder
|
|
|
@5240
|
2 years |
nmedfort |
Cleaned up memory leaks + some warning messages.
|
|
|
@5238
|
2 years |
cameron |
IR_Gen subdirectory for all IR generation utility functions
|
|
|
@5234
|
2 years |
nmedfort |
Modified memory alignment mechanism for GetPropertyValueGrepString? + …
|
|
|
@5230
|
2 years |
nmedfort |
Multi-threading support for PabloAST / PabloCompiler?. Requires unique …
|
|
|
@5227
|
2 years |
nmedfort |
Rewrite of the CarryManager? to support non-carry-collapsing loops.
|
|
|
@5224
|
2 years |
cameron |
Move responsibility for acquire/release of logical segment number into …
|
|
|
@5221
|
2 years |
cameron |
Eliminate filesize parameter for pipeline construction
|
|
|
@5220
|
2 years |
cameron |
Automate instance creation
|
|
|
@5217
|
2 years |
nmedfort |
Merged PabloFunction? and PabloKernel? classes. Updated projects where …
|
|
|
@5202
|
2 years |
nmedfort |
Initial work on adding types to PabloAST and mutable Var objects.
|
|
|
@5191
|
2 years |
cameron |
mmap and posix_memalign buffering options for u8u16
|
|
|
@5185
|
2 years |
cameron |
Linear buffers; stdout_kernel; cache-aligned alloca, restructured …
|
|
|
@5176
|
2 years |
cameron |
Engine deletion causes segfaults with LLVM 3.9 changes
|
|
|
@5154
|
2 years |
cameron |
Fix for -gs mode from Xiangyu
|
|
|
@5142
|
2 years |
cameron |
ExternalFileBuffer?, SingleBlockBuffer? fixes
|
|
|
@5141
|
2 years |
cameron |
pablo.Lookahead support updated for stream set access/kernel system
|
|
|
@5137
|
2 years |
cameron |
Some clean ups of encoding info for ccc restructuring.
|
|
|
@5133
|
2 years |
cameron |
Defer binding of buffers to stream sets until kernel generation
|
|
|
@5109
|
3 years |
cameron |
u8u16 pipeline
|
|
|
@5101
|
3 years |
cameron |
Clean out using boost namespaces
|
|
|
@5095
|
3 years |
cameron |
Set names and attributes for doSegment functions
|
|
|
@5079
|
3 years |
cameron |
Minor u8u16 updates, 8-bit p2sKernel with compressed output
|
|
|
@5078
|
3 years |
cameron |
DumpASM option
|
|
|
@5076
|
3 years |
cameron |
Updates for kernels with variable output length; stdout kernel
|
|
|
@5074
|
3 years |
cameron |
Kernel infrastructure: move common logic into KernelBuilder? base …
|
|
|
@5071
|
3 years |
cameron |
Update u8u16 to use new kernel infrastructure
|
|
|
@5036
|
3 years |
cameron |
Include codegen options in -help
|
|
|
@5033
|
3 years |
cameron |
Refactor: move grep-specific code out of toolchain
|
|
|
@5026
|
3 years |
cameron |
Updates for LLVM 3.8; hide unrelated command line options
|
|
|
@5021
|
3 years |
cameron |
Large file fix: use boost mapped_file_source
|
|
|
@5012
|
3 years |
cameron |
Small logic error fix
|
|
|
@5010
|
3 years |
nmedfort |
Fix for u8u16
|
|
|
@5007
|
3 years |
cameron |
u8u16 progress
|
|
|
@5005
|
3 years |
cameron |
u8u16 application and kernels - partial
|