issues
search
RhysU
/
tuna
Tuna: A Chunk-based Lightweight AutoTuna
Mozilla Public License 2.0
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Always provide va_arg versions of ... functions to permit wrapping them
#41
RhysU
opened
2 years ago
0
Forward declare FILE or #include <stdio.h> over using "void *" arguments
#40
RhysU
opened
2 years ago
0
Use sentinel value, not two function entry points, for special behavior
#39
RhysU
opened
2 years ago
0
Use size_t or offset_size_t for tracking array indices, not int
#38
RhysU
opened
2 years ago
0
Prefer "state" to "seed" for identifiers when the user should not mutate them
#37
RhysU
opened
2 years ago
0
Docstrings should be standalone, not rely on Doxygen references
#36
RhysU
opened
2 years ago
0
Use "const x *" not "const x[]" in function signatures
#35
RhysU
opened
2 years ago
0
Use func(void) not func() in C89
#34
RhysU
closed
2 years ago
0
Remove questions from docstrings
#33
RhysU
closed
2 years ago
0
Prefer longer function argument names
#32
RhysU
opened
2 years ago
0
Exact outlier count into a constant
#31
RhysU
opened
2 years ago
0
Omit pointer const-ness in declarations
#30
RhysU
closed
2 years ago
0
Remove "chained" APIs
#29
RhysU
opened
2 years ago
0
Return structs instead of having multiple *out pointers
#28
RhysU
opened
2 years ago
0
Use specific integer widths, e.g. int32
#27
RhysU
opened
2 years ago
0
Suppress internal-only functions from the header file
#26
RhysU
opened
2 years ago
0
Defend against overflowing counter tuna_stats.n
#25
RhysU
opened
4 years ago
0
Review multi-armed bandits vs Tuna approach
#24
RhysU
opened
7 years ago
0
Make a convenience macro available.
#23
RhysU
opened
7 years ago
0
Thow away some fraction of extreme beyond 5
#22
RhysU
opened
7 years ago
0
Bonferroni Correction
#21
RhysU
opened
7 years ago
1
Provide mechanism to measure chunk selection overhead
#20
RhysU
opened
10 years ago
0
Try OpenMP locking instead of homebrew spinlocks
#19
RhysU
closed
4 years ago
3
Write repeatable, automated performance tests
#18
RhysU
opened
10 years ago
2
algo should be a struct with a pointer to its own name
#17
RhysU
opened
10 years ago
2
Reduce rows of output when only one chunk defined
#16
RhysU
opened
10 years ago
0
Improve scalability of locking
#15
RhysU
closed
4 years ago
3
Provide an __attribute((constructor)) example
#14
RhysU
opened
10 years ago
0
Consider tracking skewness
#13
RhysU
closed
10 years ago
1
Provide standardized FILE-based output routines
#12
RhysU
closed
10 years ago
1
Add lightweight locking around tuna_site, tuna_chunk updates
#11
RhysU
closed
10 years ago
10
Make distcheck work and possibly hit it in continuous integration
#10
RhysU
closed
10 years ago
1
Build Doxygen
#9
RhysU
closed
10 years ago
1
Hide _POSIX_C_SOURCE details in tuna.c
#8
RhysU
closed
10 years ago
4
Make re-entrant safe
#7
RhysU
closed
10 years ago
0
Get -ansi and -pedantic into build flags
#6
RhysU
closed
11 years ago
0
Provide registration and iteration over tuna_sites
#5
RhysU
opened
11 years ago
3
Avoid leaking struct timespec in tuna_site
#4
RhysU
closed
10 years ago
1
Add nk argument to ``tuna_algo_default``
#3
RhysU
closed
11 years ago
0
Add Fortran support to a barebone set of APIs via ISO_C_BINDING.
#2
RhysU
opened
11 years ago
0
Add tuna_pre_cost delegating to tuna_pre
#1
RhysU
closed
11 years ago
0