moskewcz
moskewcz
If you point me to a branch where I can run your test I'll take a look. On Aug 7, 2017 5:40 AM, "dinhv" wrote: > I've added a new...
looking at this in more detail, i think i see what's happening, and i can give some additional information: - i don't think this is a bug, but you might...
yes, that's the right general flow. 1) no-ish, but some things certainly depend on stuff set in add_cnn_codegen_annotations(). variant selection happens in there (the function add_cnn_codegen_annotations() in ccn_op.{cc,H}), which is...
To clarify: - what LeNet example are you talking about? there's no LeNet example in the boda distribution that i am aware of. - what do you mean 'run'? if...
yes. at least currently, they are not used for any neural net examples. to elaborate, the sgemm code was actually added much later than the initial convolution variants, and i...
in short: the indentation isn't wrong per-se, but it is non-standard in two ways: the basic offset is 2, and there's a mix of tabs and spaces for indenting. hows...
i'd say, first things first, it's good that you see things working in vim and emacs. then, i'm not clear why there would be an issue in other editors. since...
yep, thanks! i dunno how i got it in my head that the 'global default' tab width was 4, but yeah, it's certainly 8, and i didn't do anything weird...
reading the recursive decent parser implemented in read_next_wisdom() is your best bet to understanding the wisdom format. in short, the wisdom file is a list of wisdoms, read line-by-line. each...
Since the sgemm-ops-debug.txt file is given as the value of the --ops-fn option, it is used as the list of operations to profile. In this case, it's only got one...