Custom Query (16 matches)
Results (7 - 9 of 16)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#6 | malozemo | utke | fixed | improved queuing |
Description |
generate a type that has only a slice of the coefficients and is different from the active type used in the user code that new type is only occuring as arguments to the operations that are reference in the queue what used to be overloaded ops are now simple methods that that references to that new type as arguments. more details to be added... |
|||
#7 | utke | utke | fixed | add table of recomenndations for slice size |
Description |
compiler (with fixed level, likely -O3 or whatever highest applicable level) and differentiate for each compiler by picking + and sin as examples for a cheap and an expensive operator as the columns and as rows use the order passed to -o and each table entry contains the empirically determined best slice size. |
|||
#8 | malozemo | utke | fixed | for using queue |
Description |
add small code example and figure to depict the inner workings |