about summary refs log tree commit diff stats
path: root/test_all_layers
Commit message (Collapse)AuthorAgeFilesLines
* 1405Kartik K. Agaram2015-05-191-2/+2
|
* 1404 - undefined-behavior checks using clangKartik K. Agaram2015-05-181-0/+5
| | | | | | | | While I'm at it I also explored turning on optimization. With optimization compile+test of the chessboard app takes 10+3s, while without optimization it takes 3+8s. So we're still better off without optimizations in a tight debug loop. (Since we stopped tracing the big chessboard test.)
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+7
I've tried to update the Readme, but there are at least a couple of issues.
='#n86'>86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117