1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add TODO
Jeff Hammond
as jhammond
More... about 15 years ago
modifying functions to use the handles, work in progress More... about 15 years ago
adding handle pool. updating code to match the new handle and request design More... about 15 years ago
noncontiguous put latency numbers for a1 More... about 15 years ago
very simple bgp atomics test
Jeff Hammond
as jhammond
More... about 15 years ago
updating requestpool structure More... about 15 years ago
adding non-blocking putacc and adding bunch option for requests More... about 15 years ago
fixing references to requests to match the updated structure More... about 15 years ago
changing definition of A1_handle_t More... about 15 years ago
adding nonblocking put and get functions More... about 15 years ago
removed all MPI and converted timer to ASM cycle timer instead of MPI seconds. this will link much faster :-)
Jeff Hammond
as jhammond
More... about 15 years ago
adding nonblockign stucture for request, will be making further additions offline today because of maintenance More... about 15 years ago
asm inline functions for locks, facing issues with compilation More... about 15 years ago
locks using BGP atomics More... about 15 years ago
moving definition of global lock. ASM code yet to be added More... about 15 years ago
adding likely if for accumulate modified flush functions based on new prototypes More... about 15 years ago
fixed flush in master header but it will now break a1d and dcmfd code. just add rc to all flush functions to fix.
Jeff Hammond
as jhammond
More... about 15 years ago
fixing some warning and removing the structure for control_flushack to make it uniform with put_flushack More... about 15 years ago
Jeff: fixed a bunch of build errors and changed all instances of stride_levels to stride_level to be consistent
Jeff Hammond
as jhammond
More... about 15 years ago
missing declaration
Jeff Hammond
as jhammond
More... about 15 years ago
adding error handling in barrier
Jeff Hammond
as jhammond
More... about 15 years ago
starting some documentation on building A1
Jeff Hammond
as jhammond
More... about 15 years ago
typos
Jeff Hammond
as jhammond
More... about 15 years ago
more typos
Jeff Hammond
as jhammond
More... about 15 years ago
another typo
Jeff Hammond
as jhammond
More... about 15 years ago
tiny error
Jeff Hammond
as jhammond
More... about 15 years ago
more argument movement
Jeff Hammond
as jhammond
More... about 15 years ago
argument modifications missed the first time around
Jeff Hammond
as jhammond
More... about 15 years ago
I reordered the arguments in all the strided functions. The arguments stride_level and block_sizes (formerly known as count) come before the src/dst pointers and respective stride arrays. I also changed the packed struct config definitions the same way.
Jeff Hammond
as jhammond
More... about 15 years ago
There is no reason to configure A1D_Nocallback in put init so I moved it to main A1D init.
Jeff Hammond
as jhammond
More... about 15 years ago