moskewcz
moskewcz
did you delete/figure-out the answer to your prior comment/question about nia? i got an email about it, but i don't see a comment now. On Thu, Jun 15, 2017 at...
In short, yes. I think passing a null Nia (or empty if null is not allowed) is generally okay too. The purpose of the Nia arg is to pass down...
to add a bit more detail: the 'nia' that is passed into main contains information about options passed on the command line. so, it's not as if it's 'required' in...
Well, without looking at your code, it's hard to say what might be going on exactly. But I think I stand by my earlier statement: the assertion is an error...
as normal for GPU programming, shared memory holds data that is reused multiple times per block (workgroup) across multiple threads, in order to reduce global memory loads/stores. to understand the...
a separate, but related note: the current autotuning and code generation were co-designed, and also have various properties that predate autotuning entirely. one key idea for improving the autotuning is...
> Thank you for the answers. > > So filts_smem_sz = filts.dstride("y"). Using the same input for Boda as I described above, filts_smem_sz = filts.dstride("y") = rcg.op.nda_vals["filts"].stride = 1056, but...
the %() expansion, while fun/useful, has some issues/limitations/quirks. in this case, what you're seeing is that the expansion uses lexical (not dynamic) scope rules. so, in_model isn't defined at the...
hi macd, firstly, thanks for the question. > would like to run boda to read a Caffe network and output a compiled > description for the Snapdragon. How would I...
and, now that i think about it, based on the title this is perhaps a duplicate issue; see #3