This commit is contained in:
Chao Liu
2019-09-18 16:08:24 -05:00
parent 86cc678f18
commit 94bb1b4835
2 changed files with 51 additions and 1 deletions

View File

@@ -295,7 +295,7 @@ int main(int argc, char* argv[])
using LeftPads = Sequence<0, 0>;
using RightPads = Sequence<0, 0>;
#elif 1
#elif 0
// 3x3 filter, 2x2 stride, 35x35 input, 17x17 output
// cudnn@V100 90%, ck@V100 93%, ck@P100 83%, ck@VII 81%
constexpr index_t N = 128;