summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-06-23 08:09:07 +0200
committerCNugteren <web@cedricnugteren.nl>2015-06-23 08:09:07 +0200
commit20eb3506d63e21725974e16ae392cf0dd4bf4df5 (patch)
tree8742994285f53f94f727b1853404325103104393 /include
parent4c2a166bc5406b194108d3b31238e55ac6b99e3c (diff)
Added a condition to update only lower/upper triangular parts in the un-pad kernels
Diffstat (limited to 'include')
-rw-r--r--include/internal/routine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/routine.h b/include/internal/routine.h
index a65ced20..d2cee52c 100644
--- a/include/internal/routine.h
+++ b/include/internal/routine.h
@@ -92,7 +92,8 @@ class Routine {
const size_t dest_ld, const size_t dest_offset,
const Buffer &dest,
const bool do_transpose, const bool do_conjugate,
- const bool pad, const Program &program);
+ const bool pad, const bool upper, const bool lower,
+ const Program &program);
// Queries the cache and retrieve either a matching program or a boolean whether a match exists.
// The first assumes that the program is available in the cache and will throw an exception