Updated the tuners to set the conjugate argument

pull/3/head
CNugteren 2015-06-16 07:50:45 +02:00
parent e03582a112
commit af78a04eca
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ void PadTune(const Arguments<T> &args,
tuner.AddArgumentScalar(static_cast<int>(args.m));
tuner.AddArgumentScalar(0);
tuner.AddArgumentOutput(b_mat);
tuner.AddArgumentScalar(0);
}
// =================================================================================================

View File

@ -68,6 +68,7 @@ void PadTransposeTune(const Arguments<T> &args,
tuner.AddArgumentScalar(static_cast<int>(args.n));
tuner.AddArgumentScalar(0);
tuner.AddArgumentOutput(b_mat);
tuner.AddArgumentScalar(0);
}
// =================================================================================================